Compare commits
No commits in common. "92f26b7a0c92a340f418c179e902c44a5e1d872d" and "c362effe2a7fb6d7d7db987c6fcf63485e763e08" have entirely different histories.
92f26b7a0c
...
c362effe2a
@ -28,8 +28,6 @@
|
||||
command: check_by_ssh!/usr/lib/nagios/plugins/check_disk -M -u GB -X nfs -X tracefs -X cgroup -X tmpfs -X overlay -X shm -w 15% -c 10% -W 15% -K 10% -A -I '^/run/' -I '^udev$' -I '^/var/lib/kubelet/'
|
||||
- name: Reboot Required
|
||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_reboot_required
|
||||
- name: Unit atd.service
|
||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit atd.service
|
||||
- name: Unit backup.service
|
||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit backup.service
|
||||
- name: Unit backup.timer
|
||||
|
@ -3,10 +3,5 @@
|
||||
- name: remove default motd items
|
||||
file: state=absent path=/etc/update-motd.d/{{ item }}
|
||||
loop: "{{ motd_remove + motd_remove_extra }}"
|
||||
- name: disable motd-news
|
||||
systemd: name="{{ item }}" state=stopped enabled=no
|
||||
with_items:
|
||||
- motd-news.service
|
||||
- motd-news.timer
|
||||
- name: template out motd script
|
||||
template: src=motd.sh dest=/etc/update-motd.d/50-ansible mode=0755
|
||||
|
Loading…
Reference in New Issue
Block a user