allow root creation, yaml syntax fix
This commit is contained in:
parent
9a253f5d14
commit
553a1b15cc
1 changed files with 4 additions and 3 deletions
|
@ -2,10 +2,11 @@
|
|||
# vim: syntax=yaml
|
||||
|
||||
users:
|
||||
- default
|
||||
- name: ${TARGET_USERNAME}
|
||||
- sudo: ALL=ALL
|
||||
- lock_passwd: true
|
||||
- ssh_authorized_keys:
|
||||
sudo: ALL=ALL
|
||||
lock_passwd: true
|
||||
ssh_authorized_keys:
|
||||
- ${SSH_PUB_KEY}
|
||||
disable_root: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue