ansible-roles/packweb-apache
Benoît S. 771c75c1de
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is passing
all-roles: Dot not use ansible_lsb as it is deprecated
We move from `ansible_lsb.codename` to `ansible_distribution_release`.
2019-07-03 09:41:35 +02:00
..
defaults packweb-apache: don't regenerate phpMyAdmin suffix each time 2018-09-09 23:00:41 +02:00
files packweb-apache: mod-security config is already included elsewhere 2018-11-14 17:04:03 +01:00
handlers WIP: More things done for packweb... 2017-07-03 17:56:59 +02:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks all-roles: Dot not use ansible_lsb as it is deprecated 2019-07-03 09:41:35 +02:00
templates Quick review of pack-web-apache role 2017-07-23 00:44: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.