-s
This commit is contained in:
parent
c6d6fb7d77
commit
121ac6d68d
2 changed files with 20 additions and 17 deletions
2
rougail.sh
Executable file
2
rougail.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
rougail -m structure.yml -u yaml -yf userdata.yml -s intranet
|
||||
|
||||
27
userdata.yml
27
userdata.yml
|
|
@ -1,20 +1,21 @@
|
|||
---
|
||||
|
||||
vps:
|
||||
domain_name: tutu.fr
|
||||
ssh_key: ./host_vars/forge.gwhirlingai.fr.key
|
||||
intranet:
|
||||
vps:
|
||||
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:
|
||||
- username: foo
|
||||
password: SoSecr31
|
||||
- username: bar
|
||||
password: SoSecr31
|
||||
- username: toot
|
||||
password: SoSecr31
|
||||
users:
|
||||
- username: foo
|
||||
password: SoSecr31
|
||||
- username: bar
|
||||
password: SoSecr31
|
||||
- username: toot
|
||||
password: SoSecr31
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue