mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
make the nagios-external actually use https
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user