mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 08:41:11 +02:00
9 lines
232 B
YAML
9 lines
232 B
YAML
- name: "create {{ friendica_host_ldap_config }}"
|
|
template:
|
|
src: "ldapauth.config.php.j2"
|
|
dest: "{{ friendica_host_ldap_config }}"
|
|
mode: '644'
|
|
owner: root
|
|
group: 33
|
|
force: yes
|
|
notify: docker compose up |