First public version

This commit is contained in:
Oleg Vasilev
2021-06-03 16:51:46 +03:00
parent 78569d4ca2
commit bf0fe49b4b
5 changed files with 119 additions and 2 deletions

11
handlers/main.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: nginx | Check new config
shell: nginx -t
listen: nginx | Config changed
- name: nginx | Reload
systemd:
name: nginx
state: reloaded
listen: nginx | Config changed