add first ldap host
This commit is contained in:
parent
faaddffce4
commit
7f284a8e24
4 changed files with 44 additions and 0 deletions
11
group_vars/ldap.yml
Normal file
11
group_vars/ldap.yml
Normal 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]}
|
Loading…
Add table
Add a link
Reference in a new issue