ansible-roles/packweb-apache/README.md

17 lines
427 B
Markdown
Raw Normal View History

2017-03-22 18:11:48 +01:00
# packweb-apache
2017-03-21 17:35:42 +01:00
2017-03-22 18:11:48 +01:00
Install the web pack, with Apache.
2017-03-21 17:35:42 +01:00
2017-03-22 18:11:48 +01:00
## Tasks
2017-03-21 17:35:42 +01:00
2017-09-29 02:22:38 +02:00
See `tasks/main.yml`.
2017-03-21 17:35:42 +01:00
2017-03-22 18:11:48 +01:00
## Available variables
2017-03-21 17:35:42 +01:00
2017-03-22 18:11:48 +01:00
Main variables are :
2017-03-21 17:35:42 +01:00
* `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`)
2017-03-21 17:35:42 +01:00
2017-03-22 18:11:48 +01:00
The full list of variables (with default values) can be found in `defaults/main.yml`.