ansible-roles/php
Mathieu Trossevin 956ecd4700
Replace the include module with include_tasks or import_tasks
The behaviour of the `include` module is badly defined (it try to choose
between statically importing the tasks and dynamically including them)
and can cause problems depending on any number of constraints (mostly if
it choose the wrong behaviour).

Replace it with the `import_tasks` (always statically import tasks) unless
the `include` is in a loop in which case we replace it with
`include_tasks` (always dynamically include tasks).
2022-03-30 16:40:44 +02:00
..
defaults php: Add a task to remove Debian's default FPM pool file (off by default) 2020-01-16 15:55:35 +01:00
files php: use sury.gpg locally 2021-06-28 15:56:19 +02:00
handlers Preliminary support for Bullseye 2021-07-02 20:58:09 +02:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00
tests rename php-fpm -> php 2017-08-22 06:30:41 +02:00
.kitchen.yml rename php-fpm -> php 2017-08-22 06:30:41 +02:00
README.md write php role with https://wiki.evolix.org/HowtoPHP 2017-08-22 06:30:41 +02:00

PHP

Installation and basic configuration of PHP

Tasks

Minimal configuration is in tasks/main.yml

Available variables

The full list of variables (with default values) can be found in defaults/main.yml.