make the nagios-external actually use https

This commit is contained in:
Stephen Smoogen 2017-06-22 23:44:27 +00:00
parent 41407ad951
commit dc6fc6e0aa
2 changed files with 4 additions and 1 deletions

View file

@ -277,7 +277,10 @@
## Build template files
# This one may go to being just a regular config file if we can make remote monitoring work
- name: Template out the nagios httpd conf
template: src=httpd/nagios.conf.j2 dest=/etc/httpd/conf.d/nagios.conf
template: src=httpd/{{item}}.j2 dest=/etc/httpd/conf.d/{{item}}
with_items:
- 0_nagios-external.conf
- nagios.conf
tags:
- nagios_server