Fix check HTTP2 on FreeBSD (multi-OS code)

This commit is contained in:
Emilien Mantel
2016-03-08 19:37:39 +01:00
parent 29a40fc0a8
commit 2cfda9a930
5 changed files with 20 additions and 10 deletions

View File

@@ -9,6 +9,7 @@
- php5-fpm
- curl
- fcgiwrap
- nghttp2
- name: SERVICE | Force start services
service: name={{ item }} state=started

View File

@@ -2,6 +2,7 @@
- name: SET_FACT | FreeBSD web user
set_fact:
nginx_pkgng_package: 'nginx-devel'
nginx_user: 'www'
nginx_php_sockets:
- host: '127.0.0.1'
@@ -13,6 +14,7 @@
- php56
- curl
- fcgiwrap
- nghttp2
- name: SERVICE | Force start services
service: name={{ item }} state=started enabled=yes