mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-07 16:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user