setup php website with nginx role

This commit is contained in:
2015-09-13 17:44:27 -04:00
parent 50e8b2f41f
commit 8ddae69caf
7 changed files with 107 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
# handlers/main.yml
# define handlers here
#- name: restart <service>
# service: name=<service> state=restarted
#- name: stop <service>
# service: name=<service> state=stopped
- name: restart php
service: name=php5-fpm state=restarted