How about this
This commit is contained in:
parent
f36314fc7e
commit
44bf4608ca
3 changed files with 5 additions and 5 deletions
|
@ -31,12 +31,12 @@
|
|||
- mod_auth_openid
|
||||
|
||||
- name: Copy /etc/nagios config
|
||||
synchronize: archive=yes src={{srcdir|string}}/ dest=/etc/nagios owner=nagios group=nagios
|
||||
synchronize: archive=yes src={{nagios_srcdir}}/ dest=/etc/nagios owner=nagios group=nagios
|
||||
tags:
|
||||
- nagios-config
|
||||
|
||||
- name: Copy checkcommands.cfg
|
||||
template: src={{srcdir}}/checkcommands.cfg dest=/etc/nagios/checkcommands.cfg owner=nagios group=nagios
|
||||
template: src={{nagios_srcdir}}/checkcommands.cfg dest=/etc/nagios/checkcommands.cfg owner=nagios group=nagios
|
||||
|
||||
- name: Copy httpd config
|
||||
template: src=nagios-httpd.conf dest=/etc/httpd/conf.d/nagios.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue