forked from Deuxfleurs/infrastructure
Merge pull request 'os/users: Add kokakiwi (jill) user and keys' (#52) from KokaKiwi/infrastructure:add-jill-keys into main
Reviewed-on: Deuxfleurs/infrastructure#52
This commit is contained in:
commit
39f1e983bf
2 changed files with 6 additions and 0 deletions
1
os/config/roles/users/files/jill-key1.pub
Normal file
1
os/config/roles/users/files/jill-key1.pub
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFPTsEgcOtb2bij+Ih8eg8ZqO7d3IMiWykv6deMzlSSS kokakiwi@kira
|
|
@ -29,6 +29,11 @@ active_users:
|
|||
ssh_keys:
|
||||
- 'adrien-key1.pub'
|
||||
|
||||
- username: 'kokakiwi'
|
||||
is_admin: true
|
||||
ssh_keys:
|
||||
- 'jill-key1.pub'
|
||||
|
||||
disabled_users:
|
||||
- 'john.doe'
|
||||
- 'erwan'
|
||||
|
|
Loading…
Reference in a new issue