homeserver/friedhof/lldap.yml
Michael Grote 82a0b748d3
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 4s
ansible-lint / Ansible Lint (pull_request) Successful in 45s
changed Files: friedhof/lldap.yml
Signed-off-by: Michael Grote <michael.grote@posteo.de>
2024-11-15 19:28:16 +00:00

11 lines
185 B
YAML

---
- hosts: ldap
roles:
- role: geerlingguy.postgresql
tags: "db"
become: true
- role: mgrote_lldap
tags:
- lldap
- ldap
become: true