mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request 'fenix-admin' (#195) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#195
This commit is contained in:
@ -1,10 +1,13 @@
|
|||||||
|
hostname: fenix-vm
|
||||||
|
preserve_hostname: false
|
||||||
|
|
||||||
locale: "pt_PT.UTF-8"
|
locale: "pt_PT.UTF-8"
|
||||||
keyboard:
|
keyboard:
|
||||||
layout: "pt"
|
layout: "pt"
|
||||||
variant: "nodeadkeys"
|
variant: "nodeadkeys"
|
||||||
|
|
||||||
users:
|
users:
|
||||||
- name: default
|
- name: admin
|
||||||
groups: [sudo]
|
groups: [sudo]
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||||
|
|||||||
@ -21,9 +21,9 @@ users:
|
|||||||
%{ endfor ~}
|
%{ endfor ~}
|
||||||
|
|
||||||
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