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

18 lines
273 B
YAML
Raw Normal View History

2018-08-07 22:53:28 +02:00
- hosts: localhost
connection: local
vars:
phpfpm_pools:
- name: website1
user: www
- name: website2
2018-08-15 09:30:18 +02:00
user: www
2018-08-07 22:53:28 +02:00
pm: static
pm_max_children: 4
2018-08-15 09:30:18 +02:00
pre_tasks:
- user:
name: www
2018-08-07 22:53:28 +02:00
roles:
- ansible-role-phpfpm