mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented friendica database credentials update (untested)
This commit is contained in:
9
roles/web-app-friendica/tasks/01_ldap.yml
Normal file
9
roles/web-app-friendica/tasks/01_ldap.yml
Normal 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
|
Reference in New Issue
Block a user