feat: Set up timezone and users and groups on system host
This commit is contained in:
parent
b493485b90
commit
2fc23d9774
2 changed files with 38 additions and 0 deletions
|
|
@ -1,4 +1,17 @@
|
|||
---
|
||||
|
||||
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') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue