comment out the service too
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
267de66138
commit
8f8bf55242
1 changed files with 5 additions and 4 deletions
|
@ -27,15 +27,16 @@
|
||||||
#- python-xmpp # TODO: rhel7
|
#- python-xmpp # TODO: rhel7
|
||||||
- perl-Mail-IMAPClient
|
- perl-Mail-IMAPClient
|
||||||
- nagios-plugins-dummy
|
- nagios-plugins-dummy
|
||||||
#- nsca
|
#- nsca # TODO: rhel7
|
||||||
#- nsca-client
|
#- nsca-client # TODO: rhel7
|
||||||
- stunnel
|
- stunnel
|
||||||
|
|
||||||
- name: Restart and autostart nagios
|
- name: Restart and autostart nagios
|
||||||
service: name=nagios state=restarted enabled=yes
|
service: name=nagios state=restarted enabled=yes
|
||||||
|
|
||||||
- name: Restart and autostart nsca
|
# TODO: rhel7
|
||||||
service: name=nsca state=restarted enabled=yes
|
#- name: Restart and autostart nsca
|
||||||
|
# service: name=nsca state=restarted enabled=yes
|
||||||
|
|
||||||
- name: Copy /etc/nagios config
|
- name: Copy /etc/nagios config
|
||||||
copy: src=nagios dest=/etc/nagios owner=nagios group=nagils
|
copy: src=nagios dest=/etc/nagios owner=nagios group=nagils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue