ansible-roles/lxc-php
David Prevot cb03831ae8
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2642|5|2637|3|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/404//ansiblelint">Evolix » ansible-roles » unstable #404</a>
gitea/ansible-roles/pipeline/head This commit looks good
lxc-php: Fix lxc_php_container_name
2023-11-23 13:40:03 +01:00
..
defaults lxc-php: Fix lxc_php_container_name 2023-11-23 13:40:03 +01:00
files pub_evolix.asc is also needed in lxc-php 2023-03-20 14:56:11 +01:00
handlers Revert "php83: preliminary work" 2023-10-27 14:33:12 +02:00
meta Fix ansible-lint violations 2023-03-20 23:48:40 +01:00
tasks lxc-php: Add variable 'lxc_php_container_name' 2023-11-21 16:13:07 +01:00
templates lxc-php: fix APT keyring path inside containers 2023-09-21 15:47:23 +02:00
README.md Add lxc-php README file 2019-06-18 18:19:45 +02:00

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"