Initial commit

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2014-08-17 00:35:57 +03:00
commit 60b8ecdd4c
36 changed files with 1450 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
- name: restart php5-fpm
service: name=php5-fpm state=restarted
# vim: set ts=2 sw=2: