mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Update cloud-init-vm.yaml.tftpl
This commit is contained in:
@ -19,7 +19,7 @@ users:
|
|||||||
chpasswd:
|
chpasswd:
|
||||||
list: |
|
list: |
|
||||||
%{ for u in each.value.extra_users ~}
|
%{ for u in each.value.extra_users ~}
|
||||||
'${u.name}:${u.password}'
|
${u.name}:${u.password}
|
||||||
%{ endfor ~}
|
%{ endfor ~}
|
||||||
expire: false
|
expire: false
|
||||||
%{ endif ~}
|
%{ endif ~}
|
||||||
|
|||||||
Reference in New Issue
Block a user