ansible-roles/webapps/evoadmin-web
Patrick Marchand 276177900b
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Merge branch 'evoadmin-web-template-override' into unstable
I had to apply some of the yamllint fixes to the new multi-php tasks
as well. Notably it removes the need to explicitely check for the
truthy "True"
2019-08-27 10:23:04 -04:00
..
defaults Merge branch 'evoadmin-web-template-override' into unstable 2019-08-27 10:23:04 -04:00
files Add configuration for multi PHP setup 2019-06-04 15:48:21 +02:00
handlers Add restart apache2 handler 2019-06-19 17:59:42 +02:00
meta Pass evoadmin-web role through yamllint and ansible-lint 2019-08-27 09:58:08 -04:00
tasks Merge branch 'evoadmin-web-template-override' into unstable 2019-08-27 10:23:04 -04:00
templates Fix condition check mistakes in templates 2019-06-18 17:45:15 +02:00
README.md Modified evoadmin-web template overriding variable names 2019-08-27 09:45:32 -04:00

Set custom web-add.conf file

  • "templates/evoadmin-web/web-add.{{ inventory_hostname }}.conf.j2"
  • "templates/evoadmin-web/web-add.{{ host_group }}.conf.j2"
  • "templates/evoadmin-web/web-add.conf.j2" And force it to update: evoadmin_add_conf_force: True

Set custom web-mail.tpl

  • "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" And force it to update: evoadmin_mail_tpl_force: True

Set custom evoadmin.conf VHost

  • "templates/evoadmin-web/evoadmin.{{ inventory_hostname }}.conf.j2"
  • "templates/evoadmin-web/evoadmin.{{ host_group }}.conf.j2"
  • "templates/evoadmin-web/evoadmin.conf.j2" And force it to update: evoadmin_force_vhost: True

Set custom config.local.php

  • "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_config_local_php_force: True

Set evoadmin-web sudoers file

  • "templates/evoadmin-web/sudoers.{{ inventory_hostname }}.j2"
  • "templates/evoadmin-web/sudoers.{{ host_group }}.j2"
  • "templates/evoadmin-web/sudoers.j2"
  • "sudoers.j2" And force it to update: evoadmin_sudoers_conf_force: True