ansible-roles/webapps/evoadmin-web
Patrick Marchand d8385bff84 Make it possible to overwrite the default evoadmin-web templates
The templates can also be forced to update if so desired.
2019-05-06 22:00:45 +02:00
..
defaults Make it possible to overwrite the default evoadmin-web templates 2019-05-06 22:00:45 +02:00
files/ftp evoadmin-web depends on proftpd 2017-10-07 21:45:46 +02:00
handlers webapps/evoadmin-web: add users to /etc/aliases 2018-09-09 23:42:15 +02:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks Make it possible to overwrite the default evoadmin-web templates 2019-05-06 22:00:45 +02:00
templates webapps/evoadmin-web: add dbadmin.sh to sudoers file 2019-03-18 11:50:46 +01:00
README.md Make it possible to overwrite the default evoadmin-web templates 2019-05-06 22:00:45 +02: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: web_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: web_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_web_conf_force: 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" And force it to update: evoadmin_web_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_web_sudoers_conf_force: True