ansible-roles/packweb-apache
Victor LABORIE 4612c5ec89 packweb-apache: use check_mode for apg command
* Fix usage of packweb-apache role with --check
2018-04-13 12:13:43 +02:00
..
defaults packweb-apache can use MySQL from Oracle. 2018-02-28 17:25:47 +01:00
files quick fix to avoid exit 1 2017-09-28 11:10:25 +02:00
handlers WIP: More things done for packweb... 2017-07-03 17:56:59 +02:00
meta packweb-apache: use dependencies instead of include_role for apache and php roles 2018-04-13 11:54:42 +02:00
tasks packweb-apache: use check_mode for apg command 2018-04-13 12:13:43 +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

README.md

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.