This commit is contained in:
gwen 2026-02-11 14:09:03 +01:00
parent c6d6fb7d77
commit 121ac6d68d
2 changed files with 20 additions and 17 deletions

2
rougail.sh Executable file
View file

@ -0,0 +1,2 @@
rougail -m structure.yml -u yaml -yf userdata.yml -s intranet

View file

@ -1,20 +1,21 @@
--- ---
vps: intranet:
domain_name: tutu.fr vps:
ssh_key: ./host_vars/forge.gwhirlingai.fr.key domain_name: tutu.fr
ssh_key: ./host_vars/forge.gwhirlingai.fr.key
nginx: nginx:
domain_name: tototiti.fr domain_name: tototiti.fr
email: gwenael.remond@protonmail.com email: gwenael.remond@protonmail.com
users: users:
- username: foo - username: foo
password: SoSecr31 password: SoSecr31
- username: bar - username: bar
password: SoSecr31 password: SoSecr31
- username: toot - username: toot
password: SoSecr31 password: SoSecr31
... ...