ansible-roles/lxc-php
Eric Morino 0a244894eb
continuous-integration/drone/push Build was killed Details
Add fix repository in source.list for bullseye
2022-01-26 11:07:10 +01:00
..
defaults lxc-php: Add php 8.0 support 2021-10-05 14:38:40 +02:00
files Rename Sury GPG key 2021-05-06 13:44:22 +02:00
handlers lxc-php: Add php 8.0 support 2021-10-05 14:38:40 +02:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks Add fix repository in source.list for bullseye 2022-01-26 11:07:10 +01:00
templates lxc-php: Fix config for opensmtpd on bullseye 2022-01-25 11:57:41 +01:00
README.md Add lxc-php README file 2019-06-18 18:19:45 +02:00

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"