diff --git a/rougail.sh b/rougail.sh new file mode 100755 index 0000000..066db37 --- /dev/null +++ b/rougail.sh @@ -0,0 +1,2 @@ +rougail -m structure.yml -u yaml -yf userdata.yml -s intranet + diff --git a/userdata.yml b/userdata.yml index 6902a70..3277171 100644 --- a/userdata.yml +++ b/userdata.yml @@ -1,20 +1,21 @@ --- -vps: - domain_name: tutu.fr - ssh_key: ./host_vars/forge.gwhirlingai.fr.key - -nginx: - - domain_name: tototiti.fr - - email: gwenael.remond@protonmail.com - - users: - - username: foo - password: SoSecr31 - - username: bar - password: SoSecr31 - - username: toot - password: SoSecr31 +intranet: + vps: + domain_name: tutu.fr + ssh_key: ./host_vars/forge.gwhirlingai.fr.key + + nginx: + + domain_name: tototiti.fr + + email: gwenael.remond@protonmail.com + + users: + - username: foo + password: SoSecr31 + - username: bar + password: SoSecr31 + - username: toot + password: SoSecr31 ...