Role install and configure php-fpm.
Default variables for that role
php_fpm_purge: false
Variable set to get default ansible variable form inventory ansible_port
ssh_port: "{{ ansible_port }}"
Other variables for that role:
php_fpm_version: "7.0"
php_fpm_packages:
- { name: "php-fpm", version: "{{ php_fpm_version }}", state: "present" }
- hosts: servers
roles:
- { role: kilerkarol.php-fpm, tag: php-fpm }
BSD
Karol Kieglerski