Make empty playbooks run fine

This commit is contained in:
Alexandre Iooss 2021-11-28 09:50:02 +01:00
parent b827195c32
commit 511091c808
5 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,8 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
--- ---
- hosts: all
roles: []
# WIP: Deploy authoritative DNS servers # WIP: Deploy authoritative DNS servers
# - hosts: authoritative_dns # - hosts: authoritative_dns
# vars: # vars:

View file

@ -1,5 +1,8 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
--- ---
- hosts: all
roles: []
# Clone LDAP on local geographic location # Clone LDAP on local geographic location
# DON'T DO THIS AS IT RECREATES THE REPLICA # DON'T DO THIS AS IT RECREATES THE REPLICA
#- hosts: ldap_replica #- hosts: ldap_replica

View file

@ -19,4 +19,4 @@
username: service-user username: service-user
password: "{{ vault_serviceuser_passwd }}" password: "{{ vault_serviceuser_passwd }}"
roles: roles:
- re2o-service - re2o_service

View file

@ -1,5 +1,8 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
--- ---
- hosts: all
roles: []
# Deploy Re2o switch service # Deploy Re2o switch service
# - hosts: switchs-manager.adm.auro.re # - hosts: switchs-manager.adm.auro.re
# vars: # vars:

View file

@ -1,5 +1,8 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
--- ---
- hosts: all
roles: []
# Deploy Unifi Controller # Deploy Unifi Controller
# - hosts: unifi-fleming.adm.auro.re,unifi-pacaterie.adm.auro.re # - hosts: unifi-fleming.adm.auro.re,unifi-pacaterie.adm.auro.re
# roles: # roles: