initial version of nginx role

This commit is contained in:
Timo Makinen 2019-05-17 11:00:19 +03:00
parent 7dc298ce2f
commit ae969d9ce3
3 changed files with 79 additions and 0 deletions

View file

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