Vhost static OK (dirty)

This commit is contained in:
Emilien Mantel
2015-07-15 15:18:51 +02:00
parent 64cf8b53a4
commit 4d7c181f06
22 changed files with 425 additions and 5 deletions

View File

@@ -1,2 +1,6 @@
---
# handlers file for .
- name: restart nginx
action: service name=nginx state=restarted enabled=yes
- name: reload nginx
action: service name=nginx state=reloaded enabled=yes