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
|
||||
- perl-Mail-IMAPClient
|
||||
- nagios-plugins-dummy
|
||||
#- nsca
|
||||
#- nsca-client
|
||||
#- nsca # TODO: rhel7
|
||||
#- nsca-client # TODO: rhel7
|
||||
- stunnel
|
||||
|
||||
- name: Restart and autostart nagios
|
||||
service: name=nagios state=restarted enabled=yes
|
||||
|
||||
- name: Restart and autostart nsca
|
||||
service: name=nsca state=restarted enabled=yes
|
||||
# TODO: rhel7
|
||||
#- name: Restart and autostart nsca
|
||||
# service: name=nsca state=restarted enabled=yes
|
||||
|
||||
- name: Copy /etc/nagios config
|
||||
copy: src=nagios dest=/etc/nagios owner=nagios group=nagils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue