Update to 2022-03-07 16:00

This commit is contained in:
Daniel Berteaud
2022-03-07 16:00:05 +01:00
parent be6bc20783
commit 1065df387c
99 changed files with 761 additions and 303 deletions

View File

@@ -33,15 +33,17 @@
- /var/cache/lemonldap-ng
tags: web
- include: "{{ llng_server }}.yml"
- include_tasks: "{{ llng_server }}.yml"
tags: always
- name: Deploy manager's nginx configuration
template: src=nginx_manager.conf.j2 dest=/etc/nginx/ansible_conf.d/23-llng_manager.conf
when: llng_manager == True and llng_server == 'nginx'
notify: reload nginx
- include: mysql.yml
- include_tasks: mysql.yml
when: llng_conf_backend == 'mysql'
tags: always
- name: Deploy Lemonldap::NG main configuration
template: src=lemonldap-ng.ini.j2 dest=/etc/lemonldap-ng/lemonldap-ng.ini group=apache mode=640