mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
Update cloud-init-vm.yaml.tftpl
This commit is contained in:
@ -9,9 +9,9 @@ users:
|
|||||||
|
|
||||||
%{ for u in each.value.extra_users ~}
|
%{ for u in each.value.extra_users ~}
|
||||||
- name: ${u.name}
|
- name: ${u.name}
|
||||||
groups: [${join(", ", u.groups)}]
|
groups: [${join(", ", u.groups)}]
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||||
%{ endfor ~}
|
%{ endfor ~}
|
||||||
|
|
||||||
chpasswd:
|
chpasswd:
|
||||||
|
|||||||
Reference in New Issue
Block a user