ansible-role-phpfpm/test/integration/phpfpm/default.yml

17 lines
303 B
YAML
Raw Normal View History

2018-08-07 20:53:28 +00:00
- hosts: localhost
connection: local
vars:
phpfpm_pools:
- name: website1
user: www
home: /opt/www
uid: 1001
- name: website2
user: website2
home: /opt/website2
pm: static
pm_max_children: 4
roles:
- ansible-role-phpfpm