Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
3 changed files with 8 additions and 8 deletions
Showing only changes of commit 1fc8b2b9f9 - Show all commits

View file

@ -17,12 +17,12 @@ And force it to update:
- "templates/evoadmin-web/evoadmin.{{ host_group }}.conf.j2"
- "templates/evoadmin-web/evoadmin.conf.j2"
And force it to update:
evoadmin_web_conf_force: True
evoadmin_force_vhost: True
# Set custom config.local.php
- "templates/evoadmin-web/config.local.{{ inventory_hostname }}.conf.j2"
- "templates/evoadmin-web/config.local.{{ host_group }}.conf.j2"
- "templates/evoadmin-web/config.local.conf.j2"
- "templates/evoadmin-web/config.local.{{ inventory_hostname }}.php.j2"
- "templates/evoadmin-web/config.local.{{ host_group }}.php.j2"
- "templates/evoadmin-web/config.local.php.j2"
And force it to update:
evoadmin_web_config_local_php_force: True

View file

@ -27,5 +27,5 @@
- "templates/evoadmin-web/web-mail.{{ inventory_hostname }}.tpl.j2"
- "templates/evoadmin-web/web-mail.{{ host_group }}.tpl.j2"
- "templates/evoadmin-web/web-mail.tpl.j2"
- "web-mail.default.tpl.j2"
- "web-mail.tpl.j2"
register: web_mail_tpl_template

View file

@ -54,8 +54,8 @@
group: evoadmin
force: "{{ evoadmin_web_config_local_php_force | bool }}"
with_first_found:
- "templates/evoadmin-web/config.local.{{ inventory_hostname }}.conf.j2"
- "templates/evoadmin-web/config.local.{{ host_group }}.conf.j2"
- "templates/evoadmin-web/config.local.conf.j2"
- "templates/evoadmin-web/config.local.{{ inventory_hostname }}.php.j2"
- "templates/evoadmin-web/config.local.{{ host_group }}.php.j2"
- "templates/evoadmin-web/config.local.php.j2"
- "config.local.conf.j2"
register: evoadmin_web_config_local_php_template