Merge LDAP into base playbook

This commit is contained in:
Alexandre Iooss 2019-07-22 20:57:16 +02:00
parent 694501dfa3
commit 7f07556cfa
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
2 changed files with 11 additions and 11 deletions

View File

@ -4,3 +4,14 @@
roles:
- baseconfig
- basesecurity
# Plug LDAP on all servers
- hosts: all
roles:
- ldap-client
# Clone LDAP on local geographic location
# DON'T DO THIS AS IT RECREATES THE REPLICA
# - hosts: ldap-replica
# roles:
# - ldap-replica

View File

@ -1,11 +0,0 @@
---
# Plug LDAP on all servers
- hosts: all
roles:
- ldap-client
# Clone LDAP on local geographic location
# DON'T DO THIS AS IT RECREATES THE REPLICA
# - hosts: ldap-replica
# roles:
# - ldap-replica