7e9c4352a0
It's an underscore, not a hyphen
18 lines
360 B
YAML
Executable file
18 lines
360 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
# 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
|