Implemented friendica database credentials update (untested)

This commit is contained in:
2025-07-19 16:45:04 +02:00
parent 8ccfb1dfbe
commit 45d9da3125
7 changed files with 95 additions and 52 deletions

View File

@@ -0,0 +1,9 @@
- 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