See if this makes noc playbook any faster.
This commit is contained in:
parent
50b6fcacc0
commit
aab3e5d55a
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
- mod_auth_openid
|
||||
|
||||
- name: Copy /etc/nagios config
|
||||
copy: src={{srcdir}}/ dest=/etc/nagios owner=nagios group=nagios
|
||||
synchronize: archive=yes src={{srcdir}}/ dest=/etc/nagios owner=nagios group=nagios
|
||||
tags:
|
||||
- nagios-config
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
file: dest=/usr/lib64/nagios/plugins/eventhandlers/ state=directory
|
||||
|
||||
- name: Copy plugins
|
||||
copy: src=plugins/ dest=/usr/lib64/nagios/plugins/ mode=0755 owner=root group=root
|
||||
syncronize: archive=yes src=plugins/ dest=/usr/lib64/nagios/plugins/ mode=0755 owner=root group=root
|
||||
|
||||
# TODO: rhel7
|
||||
#- name: Copy xmpp plugin config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue