ansible/ldap.yml

12 lines
165 B
YAML
Raw Normal View History

2018-12-23 12:20:19 +01:00
---
2018-12-23 16:09:12 +01:00
# Plug LDAP on all servers
- hosts: all
2018-12-23 12:20:19 +01:00
roles:
2019-01-03 12:48:34 +01:00
- ldap-client
# Clone LDAP on local geographic location
- hosts: ldap-replica
roles:
- ldap-replica
2018-12-23 12:20:19 +01:00