created a dedicated ldap_replica role
This commit is contained in:
parent
f7617c4478
commit
354a5e7d63
2 changed files with 7 additions and 5 deletions
5
base.yml
5
base.yml
|
@ -11,8 +11,3 @@
|
||||||
roles:
|
roles:
|
||||||
- ldap-client
|
- 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
7
ldap_replica.yml
Executable 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
|
Loading…
Reference in a new issue