initial commit
This commit is contained in:
18
handlers/main.yml
Normal file
18
handlers/main.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
- name: traefik-restart
|
||||
systemd:
|
||||
name: docker-compose@traefik
|
||||
state: restarted
|
||||
tags: ['docker_traefik']
|
||||
|
||||
- name: watchtower-restart
|
||||
systemd:
|
||||
name: docker-compose@watchtower
|
||||
state: restarted
|
||||
tags: ['docker_watchtower']
|
||||
|
||||
- name: grafana-restart
|
||||
systemd:
|
||||
name: docker-compose@grafana
|
||||
state: restarted
|
||||
tags: ['docker_grafana']
|
Reference in New Issue
Block a user