created a dedicated ldap_replica role

This commit is contained in:
fpoutre 2020-07-06 22:27:53 +02:00
parent f7617c4478
commit 354a5e7d63
2 changed files with 7 additions and 5 deletions

View File

@ -11,8 +11,3 @@
roles:
- ldap-client
# Clone LDAP on local geographic location
# DON'T DO THIS AS IT RECREATES THE REPLICA
#- hosts: ldap_replica
# roles:
# - ldap-replica

7
ldap_replica.yml Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env ansible-playbook
---
# Clone LDAP on local geographic location
# DON'T DO THIS AS IT RECREATES THE REPLICA
- hosts: ldap_replica
roles:
- ldap-replica