389-ldap #8

Open
foobar wants to merge 1 commit from 389-ldap into main
2 changed files with 13 additions and 0 deletions

4
group_vars/ldap.yaml Normal file
View file

@ -0,0 +1,4 @@
---
group_nft_input:
- "tcp dport { ldap, ldaps } accept # Allow LDAP traffic"

View file

@ -0,0 +1,9 @@
---
- name: Install packages
ansible.builtin.apt:
state: present
pkg:
- 389-ds-base
- shelldap