introduce nginx role

This commit is contained in:
Matt Jia 2017-04-27 13:59:10 +10:00 committed by Ralph Bean
parent 88e9560a53
commit 2ab4b9be13
10 changed files with 314 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart nginx
service:
name: nginx
state: restarted