17 lines
290 B
YAML
17 lines
290 B
YAML
---
|
|
|
|
system_timezone: "Europe/Berlin"
|
|
system_users:
|
|
- name: marty
|
|
groups:
|
|
- marty
|
|
- data
|
|
- incus-admin
|
|
- name: data
|
|
groups:
|
|
- data
|
|
create_home: false
|
|
shell: /sbin/nologin
|
|
|
|
system_authorized_keys:
|
|
- "{{ lookup('file', '~/.ssh/keys/bob.pub') }}"
|