2018-11-30 17:59:40 +00:00
|
|
|
---
|
2018-08-07 20:53:28 +00:00
|
|
|
- hosts: localhost
|
|
|
|
connection: local
|
|
|
|
vars:
|
|
|
|
phpfpm_pools:
|
|
|
|
- name: website1
|
|
|
|
user: www
|
|
|
|
- name: website2
|
2018-08-15 07:30:18 +00:00
|
|
|
user: www
|
2018-08-07 20:53:28 +00:00
|
|
|
pm: static
|
|
|
|
pm_max_children: 4
|
|
|
|
|
2018-08-15 07:30:18 +00:00
|
|
|
pre_tasks:
|
|
|
|
- user:
|
|
|
|
name: www
|
|
|
|
|
2018-08-07 20:53:28 +00:00
|
|
|
roles:
|
|
|
|
- ansible-role-phpfpm
|