ansible-roles/webapps/evoadmin-web
Patrick Marchand 1ecc38f9c2 Modified evoadmin-web template overriding variable names
Made them more in line with the rest of the role.
2019-08-27 09:45:32 -04:00
..
defaults Modified evoadmin-web template overriding variable names 2019-08-27 09:45:32 -04: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 Modified evoadmin-web template overriding variable names 2019-08-27 09:45:32 -04:00
templates webapps/evoadmin-web: add dbadmin.sh to sudoers file 2019-03-18 11:50:46 +01: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