ansible-roles/webapps/evoadmin-web
David Prevot 03c09dc092
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2628|3|2625|4|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/378//ansiblelint">Evolix » ansible-roles » unstable #378</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
evoadmin-web: Fix PHP version for Bookworm
2023-10-23 18:16:48 +02:00
..
defaults webapps/evoadmin-web: Replace evoadmin_multi_php (bool) by evoadmin_multiphp_versions (list) ** breaking ** 2020-04-01 17:17:00 +02:00
files/ftp packweb-apache: Do the install & conffigure phpContainer script (instead of evoadmin-web role) 2020-04-08 17:54:43 +02:00
handlers Use FQCN 2023-03-20 23:33:19 +01:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks evoadmin-web: Fix PHP version for Bookworm 2023-10-23 18:16:48 +02:00
templates evoadmin-web: Update comment in template on how password hashes should be generated 2022-07-05 11:26:40 +02:00
README.md add default (useless) value for file lookup 2021-05-19 14:35:08 +02:00

README.md

Set custom web-add.conf file

  • "templates/evoadmin-web/web-add.{{ inventory_hostname }}.conf.j2"
  • "templates/evoadmin-web/web-add.{{ host_group | default('all') }}.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 | default('all') }}.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 | default('all') }}.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 | default('all') }}.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 | default('all') }}.j2"
  • "templates/evoadmin-web/sudoers.j2"
  • "sudoers.j2" And force it to update: evoadmin_sudoers_conf_force: True

Set evoadmin-web sudoers file

evoadmin_htpasswd: True

Overwrite its template:

  • "templates/evoadmin-web/htpasswd.{{ inventory_hostname }}.j2"
  • "templates/evoadmin-web/htpasswd.{{ host_group | default('all') }}.j2"
  • "templates/evoadmin-web/htpasswd.j2"
  • "htpasswd.j2" And force it to update: evoadmin_htpasswd_force: True