initial commit

This commit is contained in:
Ludovic Cartier
2022-08-05 20:59:55 +02:00
commit da764e602e
19 changed files with 587 additions and 0 deletions

18
handlers/main.yml Normal file
View 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']