redeployment forgejo + setup ldap #1

Merged
mg merged 123 commits from gb into master 2024-04-04 09:48:10 +02:00
Showing only changes of commit 517f9babcc - Show all commits

View file

@ -4,6 +4,17 @@
deb: "{{ lldap_package_url }}" deb: "{{ lldap_package_url }}"
notify: Ensure services are enabled and started notify: Ensure services are enabled and started
- name: Ensure needed directories exist
ansible.builtin.file:
path: "{{ item }}"
state: directory
owner: lldap
group: lldap
loop:
- /usr/share/lldap/app/static/fonts
- /usr/share/lldap/app/static
- /usr/share/lldap/app/pkg
- name: Ensure config is templated - name: Ensure config is templated
ansible.builtin.template: ansible.builtin.template:
src: lldap_config.toml.j2 src: lldap_config.toml.j2