implemented health-nginx

This commit is contained in:
2023-11-17 09:36:40 +01:00
parent 756c4d7f77
commit 090f7adccf
10 changed files with 118 additions and 1 deletions

View File

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