How about this

This commit is contained in:
Kevin Fenzi 2014-07-23 23:15:10 +00:00
parent f36314fc7e
commit 44bf4608ca
3 changed files with 5 additions and 5 deletions

View file

@ -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