Move playbooks in subfolder

This commit is contained in:
Alexandre Iooss 2021-11-27 22:56:00 +01:00
parent de22345d79
commit a0dd5ef4b7
13 changed files with 9 additions and 3 deletions

View file

@ -2,6 +2,9 @@
[defaults]
# Explicitely redefined some defaults to make subfolder execution work
roles_path = ./roles
# Do not create .retry files
retry_files_enabled = False

3
deploy_all.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
# Deploy all playbooks
ansible-playbook playbooks/*.yml $@

View file

@ -2,6 +2,6 @@
---
# Clone LDAP on local geographic location
# DON'T DO THIS AS IT RECREATES THE REPLICA
- hosts: ldap_replica
roles:
- ldap_replica
#- hosts: ldap_replica
# roles:
# - ldap_replica