add first ldap host

This commit is contained in:
Timo Makinen 2019-05-28 20:32:16 +03:00
parent faaddffce4
commit 7f284a8e24
4 changed files with 44 additions and 0 deletions

11
group_vars/ldap.yml Normal file
View file

@ -0,0 +1,11 @@
---
datadisk_size:
- 10
saslauthd_mech: ldap
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
- {proto: tcp, port: 636, from: [172.20.20.0/22]}