Add ansible tasks

This commit is contained in:
2016-08-27 10:37:49 +03:00
parent dc3d92a792
commit 582ee4342b
14 changed files with 127 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
- name: restart nginx
service: name=nginx enabled=yes state=restarted