Move playbooks in subfolder #73

Merged
erdnaxe merged 18 commits from move_playbooks into master 2021-11-28 10:16:50 +01:00
13 changed files with 9 additions and 3 deletions
Showing only changes of commit a0dd5ef4b7 - Show all commits

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