Implemented docker health check

This commit is contained in:
2022-12-25 13:40:38 +01:00
parent dd8db239d6
commit ad4a6f8bc0
7 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
- name: "restart docker-health-check.service"
systemd:
name: docker-health-check.service
state: restarted
enabled: yes
daemon_reload: yes
- name: "restart docker-health-check.timer"
systemd:
name: docker-health-check.timer
state: restarted
enabled: yes
daemon_reload: yes