You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build was killed
Details
|
1 year ago | |
---|---|---|
.. | ||
defaults | 1 year ago | |
files | 2 years ago | |
handlers | 1 year ago | |
meta | 2 years ago | |
tasks | 1 year ago | |
templates | 1 year ago | |
README.md | 4 years ago |
README.md
lxc-php
Create LXC containers and install all the required PHP packages as a way to use multiple PHP version on Debian.
note : this role depend on the lxc role.
Tasks
Everything is in the tasks/main.yml
file.
Available variables
As this role depend on the lxc role, please refer to it for a variable exhaustive list.
Here is the list of available variables for the PHP part:
php_conf_short_open_tag
Default:"Off"
php_conf_expose_php
Default:"Off"
php_conf_display_errors
Default:"Off"
php_conf_log_errors
Default:"On"
php_conf_html_errors
Default:"Off"
php_conf_allow_url_fopen
Default:"Off"
php_conf_disable_functions
Default:"exec,shell-exec,system,passthru,putenv,popen"