81592fa986
# Conflicts: # .gitignore # hosts # network.yml # proxmox.yml
17 lines
328 B
YAML
17 lines
328 B
YAML
---
|
|
# Put a common configuration on all servers
|
|
- hosts: all,!unifi
|
|
roles:
|
|
- baseconfig
|
|
- basesecurity
|
|
|
|
# Plug LDAP on all servers
|
|
- hosts: all,!unifi
|
|
roles:
|
|
- ldap-client
|
|
|
|
# Clone LDAP on local geographic location
|
|
# DON'T DO THIS AS IT RECREATES THE REPLICA
|
|
#- hosts: ldap-replica
|
|
# roles:
|
|
# - ldap-replica
|