ansible-roles/packweb-apache
Mathieu Trossevin 2e29dc2440
continuous-integration/drone/pr Build is failing Details
lxc-php: Do not bind the mysql socket by default
The lxc-php role can be run on a server without mysql. Attempting to
bindmount the mysql socket in such a case cause the lxc container to
fail to start.

This commit add a variable, lxc_php_create_mysql_link defaulting to
false telling ansible if it should bindmount the MySQL socket to the
container.
2021-01-11 15:20:25 +01:00
..
defaults packweb-apache: Automagically bootstrap the multiphp containers 2020-04-01 17:17:00 +02:00
files (fix) packweb-apache: Fix a regression introduced by bd63e7037f 2020-04-08 18:10:54 +02:00
handlers WIP: More things done for packweb... 2017-07-03 17:56:59 +02:00
meta lxc-php: Do not bind the mysql socket by default 2021-01-11 15:20:25 +01:00
tasks packweb-apache: Install zip & unzip by default 2020-06-04 11:34:26 +02:00
templates packweb-apache: Don't turn on mod-evasive emails by default 2020-05-18 12:03:34 +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.