Update 'evolinux-users/README.md'

Add a `create` key in examples
This commit is contained in:
Jérémy Lecour 2022-08-24 15:24:54 +02:00
parent 018eee7ea0
commit 8e7c3a47aa
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ evolinux_users:
groups: "baz" groups: "baz"
password_hash: 'sdfgsdfgsdfgsdfg' password_hash: 'sdfgsdfgsdfgsdfg'
ssh_key: 'ssh-rsa AZERTYXYZ' ssh_key: 'ssh-rsa AZERTYXYZ'
create: always
bar: bar:
name: bar name: bar
uid: 1002 uid: 1002
@ -30,6 +31,7 @@ evolinux_users:
ssh_keys: ssh_keys:
- 'ssh-rsa QWERTYUIOP' - 'ssh-rsa QWERTYUIOP'
- 'ssh-ed25519 QWERTYUIOP' - 'ssh-ed25519 QWERTYUIOP'
create: on_demand
``` ```
* `evolinux_sudo_group`: which group to use for sudo (default: `evolinux-sudo`) * `evolinux_sudo_group`: which group to use for sudo (default: `evolinux-sudo`)