ansible-roles/packweb-apache
William Hirigoyen 8f4bcccbc3
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2780|10|2770|8|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/243//ansiblelint">Evolix » ansible-roles » unstable #243</a>
gitea/ansible-roles/pipeline/head This commit looks good
packweb-apache,nagios-nrpe: add missing task and config fo PHP 8.2 container
2023-04-26 17:43:26 +02:00
..
defaults packweb-apache: Automagically bootstrap the multiphp containers 2020-04-01 17:17:00 +02:00
files userlogrotate: create role separated from packweb-apache 2023-02-21 17:55:46 +01:00
handlers Use FQCN 2023-03-20 23:33:19 +01:00
meta packweb-apache: manual dependencies resolution 2022-11-06 15:25:17 +01:00
tasks packweb-apache,nagios-nrpe: add missing task and config fo PHP 8.2 container 2023-04-26 17:43:26 +02:00
templates packweb-apache: install phpMyAdmin from buster-backports 2021-07-02 21:18:06 +02:00
README.md packweb-apache can use MySQL from Oracle. 2018-02-28 17:25:47 +01:00

packweb-apache

Install the web pack, with Apache.

Tasks

See tasks/main.yml.

Available variables

Main variables are :

  • packweb_enable_evoadmin_vhost : enable VirtualHost for evoadmin (web interface to create web accounts)
  • packweb_mysql_variant: which Variant to use for MySQL (debian or oracle, default: debian)

The full list of variables (with default values) can be found in defaults/main.yml.