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
|
# vim: syntax=yaml
|
||||||
|
|
||||||
users:
|
users:
|
||||||
|
- default
|
||||||
- name: ${TARGET_USERNAME}
|
- name: ${TARGET_USERNAME}
|
||||||
- sudo: ALL=ALL
|
sudo: ALL=ALL
|
||||||
- lock_passwd: true
|
lock_passwd: true
|
||||||
- ssh_authorized_keys:
|
ssh_authorized_keys:
|
||||||
- ${SSH_PUB_KEY}
|
- ${SSH_PUB_KEY}
|
||||||
disable_root: true
|
disable_root: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue