Add backup to node001 and timeout to healthcheck

This commit is contained in:
Tobias Reisinger 2023-12-16 06:17:45 +01:00
parent 03f83ef7fd
commit cad06cae96
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 17 additions and 5 deletions
roles/healthcheck/tasks

View file

@ -27,9 +27,9 @@
dest: "{{ service_path }}"
mode: "0755"
- name: Copy the system service
ansible.builtin.copy:
src: healthcheck@.service
- name: Template the system service
ansible.builtin.template:
src: healthcheck@.service.j2
dest: /etc/systemd/system/healthcheck@.service
mode: "0644"
become: true