1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #2781 from jvonau/monit

Monit - do no harm
This commit is contained in:
A Holt 2021-05-16 17:46:18 -04:00 committed by GitHub
commit be46a22ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 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: