ansible/base.yml

18 lines
328 B
YAML
Raw Normal View History

2018-12-23 12:20:19 +01:00
---
# Put a common configuration on all servers
2019-11-01 15:38:35 +01:00
- hosts: all,!unifi
2018-12-23 12:20:19 +01:00
roles:
2019-07-22 21:04:58 +02:00
- baseconfig
- basesecurity
2019-07-22 20:57:16 +02:00
# Plug LDAP on all servers
2019-11-01 15:38:35 +01:00
- hosts: all,!unifi
2019-07-22 20:57:16 +02:00
roles:
- ldap-client
# Clone LDAP on local geographic location
# DON'T DO THIS AS IT RECREATES THE REPLICA
#- hosts: ldap-replica
# roles:
# - ldap-replica