ansible-roles/php
Jérémy Lecour 635aa5f8a1 php.ini custom file permissions
Thanks to root's umask, the copied file doesn't ave the proper
permissions :
0600 (actual) instead of 0644 (expected)
2017-11-28 15:17:36 +01:00
..
defaults Add support for PHP 7.1 using sury repository. 2017-09-20 11:29:54 +02:00
files Force pining to php* 2017-09-20 15:06:15 +02:00
handlers Remove useless apt update handler 2017-09-20 14:19:30 +02:00
meta rename php-fpm -> php 2017-08-22 06:30:41 +02:00
tasks php.ini custom file permissions 2017-11-28 15:17:36 +01: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

README.md

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.