Bootstrap caddy role

This commit is contained in:
Wilfried OLLIVIER 2019-02-01 15:22:04 +01:00
commit 91b6cd5a2e
12 changed files with 288 additions and 0 deletions

13
handlers/main.yml Normal file
View file

@ -0,0 +1,13 @@
---
# handlers file for galaxy-caddy
- name: start caddy
service: name=caddy
state=started
enabled=yes
daemon_reload=yes
- name: restart caddy
service: name=caddy
state=restarted
enabled=yes