ansible/base.yml
Alexandre Iooss 36343d90fd
BangShebang!
2020-05-03 18:45:07 +02:00

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