/ansible-role-php-fpm

Ansible role for php-fpm

Primary LanguagePython

php-fpm

Build Status

Ansible role for php-fpm

This role was prepared and tested for Ubuntu 16.04.

Installation

$ ansible-galaxy install iroquoisorg.php_fpm

Default settings

php_fpm_version: "{{ php_version | default('7.2') }}"
php_fpm_socket: "/run/php/php{{ php_fpm_version }}-fpm.sock"
php_fpm_clear_env: 'yes'
php_fpm_env_file: "/etc/environment"
ci_build: false

Development

Please check development guide for details about developing and testing this role.