Bootstrap caddy http sync role
This commit is contained in:
commit
4164ebb829
7 changed files with 162 additions and 0 deletions
13
handlers/main.yml
Normal file
13
handlers/main.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
# handlers file for galaxy-caddy.http.sync
|
||||
|
||||
- name: start caddy
|
||||
service: name=caddy
|
||||
state=started
|
||||
enabled=yes
|
||||
daemon_reload=yes
|
||||
|
||||
- name: restart caddy
|
||||
service: name=caddy
|
||||
state=restarted
|
||||
enabled=yes
|
Loading…
Add table
Add a link
Reference in a new issue