ansible-roles/lxc-php/defaults
Mathieu Trossevin 2e29dc2440
Some checks failed
continuous-integration/drone/pr Build is failing
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
..
main.yml lxc-php: Do not bind the mysql socket by default 2021-01-11 15:20:25 +01:00