21 lines
351 B
YAML
21 lines
351 B
YAML
---
|
|
|
|
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
|
|
...
|