Fix base playbook order

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-06-04 17:32:50 +02:00
parent f57b1f1b3e
commit f7de61b6e2
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,4 @@
---
interfaces:
adm: eth0
srv_nat: eth1

1
hosts
View File

@ -53,6 +53,7 @@ docker.adm.ynerant.fr
dns.adm.ynerant.fr
gitea.adm.ynerant.fr
mailu.adm.ynerant.fr
monitoring.adm.ynerant.fr
nextcloud.adm.ynerant.fr
psql.adm.ynerant.fr
proxy.adm.ynerant.fr

View File

@ -2,8 +2,8 @@
---
- import_playbook: root.yml
- import_playbook: network_interfaces.yml
- import_playbook: apt.yml
- import_playbook: network_interfaces.yml
- import_playbook: ntp.yml
- import_playbook: ldap-client.yml
- import_playbook: home.yml