Compare commits
No commits in common. "9dcecfbcf85a1b060f6636bb0fecc1875fab6f6d" and "1985761f00bd9a8bb2c975c003bba9f5bf40f601" have entirely different histories.
9dcecfbcf8
...
1985761f00
|
@ -17,15 +17,6 @@
|
|||
tags:
|
||||
- monit-install
|
||||
- block:
|
||||
- name: Setup monitrc
|
||||
template:
|
||||
src: monitrc
|
||||
dest: "/etc/monit/monitrc"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
tags:
|
||||
- monit-config
|
||||
- name: Setup filesystem monitoring
|
||||
template:
|
||||
src: filesystem
|
||||
|
@ -34,7 +25,7 @@
|
|||
group: root
|
||||
mode: 0644
|
||||
loop:
|
||||
"{{ monit_filesystems }}"
|
||||
{{ monit_filesystems }}
|
||||
tags:
|
||||
- monit-config
|
||||
- monit-filesystems
|
Loading…
Reference in a new issue