make the nagios-external actually use https
This commit is contained in:
parent
41407ad951
commit
dc6fc6e0aa
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue