1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

monit do no harm

This commit is contained in:
Jerry Vonau 2021-05-16 15:56:03 -05:00
parent 33a1212f4e
commit e62d3fae88
2 changed files with 6 additions and 6 deletions

View file

@ -9,14 +9,14 @@
# state: present
# when: is_debian and ansible_distribution_major_version == "8"
- name: Install /etc/monitrc from template
template:
backup: yes
src: monitrc
dest: /etc/monitrc
#- name: Install /etc/monitrc from template
# template:
# backup: yes
# src: monitrc
# dest: /etc/monitrc
#owner: root
#group: root
mode: '0600'
# mode: '0600'
# - name: Install config file /etc/monit.d/watchdog from template (NEVER RUNS, WHY?)
# template: