389-ldap
This commit is contained in:
parent
0a7dfab99f
commit
e082523484
2 changed files with 13 additions and 0 deletions
4
group_vars/ldap.yaml
Normal file
4
group_vars/ldap.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
|
||||
group_nft_input:
|
||||
- "tcp dport { ldap, ldaps } accept # Allow LDAP traffic"
|
9
roles/389-ldap/tasks/main.yaml
Normal file
9
roles/389-ldap/tasks/main.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
- name: Install packages
|
||||
ansible.builtin.apt:
|
||||
state: present
|
||||
pkg:
|
||||
- 389-ds-base
|
||||
- shelldap
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue