Merge LDAP into base playbook
This commit is contained in:
parent
694501dfa3
commit
7f07556cfa
2 changed files with 11 additions and 11 deletions
11
base.yml
11
base.yml
|
@ -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
|
||||
|
|
11
ldap.yml
11
ldap.yml
|
@ -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
|
Loading…
Reference in a new issue