feat(phpldapadmin): add ansible role

This commit is contained in:
2025-05-02 10:03:59 +02:00
parent f996c7a373
commit 9587b4193c
8 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: Configure and run phpldapadmin
hosts: "{{ phpldapadmin_hosts | default('phpldapadmin', true) }}"
become: "{{ phpldapadmin_become | default(false) }}"
gather_facts: "{{ phpldapadmin_gather_facts | default(false) }}"
roles:
- role: finallycoffee.services.phpldapadmin