nginx-Setup WIP
This commit is contained in:
parent
96fa7430e6
commit
ed703884ec
33 changed files with 267 additions and 253 deletions
6
roles/web-server/updates/handlers/main.yml
Normal file
6
roles/web-server/updates/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: restart nginx
|
||||
service: name=nginx state=restarted
|
||||
|
||||
- name: reload nginx config
|
||||
service: name=nginx state=reloaded
|
Loading…
Add table
Add a link
Reference in a new issue