build: Switch to envsubst for templating
This commit is contained in:
@ -18,11 +18,10 @@ runcmd:
|
||||
disable_root: false
|
||||
users:
|
||||
- name: root
|
||||
hashed_passwd: __ROOT_HASHED_PASSWORD__
|
||||
hashed_passwd: ${ROOT_HASHED_PASSWORD}
|
||||
lock_passwd: false
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys:
|
||||
- __PUBLIC_SSHKEY__
|
||||
- ${PUBLIC_SSHKEY}
|
||||
ssh_authorized_keys:
|
||||
- >
|
||||
__PUBLIC_SSHKEY__
|
||||
- ${PUBLIC_SSHKEY}
|
||||
|
Reference in New Issue
Block a user