mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
monit do no harm
This commit is contained in:
parent
33a1212f4e
commit
e62d3fae88
2 changed files with 6 additions and 6 deletions
|
@ -9,14 +9,14 @@
|
||||||
# state: present
|
# state: present
|
||||||
# when: is_debian and ansible_distribution_major_version == "8"
|
# when: is_debian and ansible_distribution_major_version == "8"
|
||||||
|
|
||||||
- name: Install /etc/monitrc from template
|
#- name: Install /etc/monitrc from template
|
||||||
template:
|
# template:
|
||||||
backup: yes
|
# backup: yes
|
||||||
src: monitrc
|
# src: monitrc
|
||||||
dest: /etc/monitrc
|
# dest: /etc/monitrc
|
||||||
#owner: root
|
#owner: root
|
||||||
#group: root
|
#group: root
|
||||||
mode: '0600'
|
# mode: '0600'
|
||||||
|
|
||||||
# - name: Install config file /etc/monit.d/watchdog from template (NEVER RUNS, WHY?)
|
# - name: Install config file /etc/monit.d/watchdog from template (NEVER RUNS, WHY?)
|
||||||
# template:
|
# template:
|
||||||
|
|
Loading…
Reference in a new issue