homeserver/playbooks/3_service/lldap.yml

6 lines
151 B
YAML
Raw Normal View History

2024-04-03 10:28:05 +02:00
---
- hosts: ldap
roles:
- { role: ansible-role-postgresql, tags: "db", become: true }
- { role: mgrote_lldap, tags: "lldap", become: true }