Moved defaults
This commit is contained in:
parent
1b025437b7
commit
8ff0cf1a54
1 changed files with 7 additions and 4 deletions
|
@ -139,9 +139,6 @@ cgi_config:
|
||||||
navbar_search_for_addresses: 1
|
navbar_search_for_addresses: 1
|
||||||
navbar_search_for_aliases: 1
|
navbar_search_for_aliases: 1
|
||||||
|
|
||||||
nagios_user: nagios
|
|
||||||
nagios_group: nagios
|
|
||||||
auth_user_file: /etc/nagios/nagios.httpwd
|
|
||||||
monitored_hosts:
|
monitored_hosts:
|
||||||
- host_name: localhost
|
- host_name: localhost
|
||||||
use: linux-server
|
use: linux-server
|
||||||
|
@ -204,4 +201,10 @@ vhosts:
|
||||||
vhost_aliases: nagios.example.org
|
vhost_aliases: nagios.example.org
|
||||||
ssl_certificate_file: "/etc/letsencrypt/live/nagios4.example.org/fullchain.pem"
|
ssl_certificate_file: "/etc/letsencrypt/live/nagios4.example.org/fullchain.pem"
|
||||||
ssl_certificate_key_file: "/etc/letsencrypt/live/nagios4.example.org/privkey.pem"
|
ssl_certificate_key_file: "/etc/letsencrypt/live/nagios4.example.org/privkey.pem"
|
||||||
#ssl_certificate_chain_file: "/usr/local/apache2/conf/ssl/ca_bundle.crt"
|
#ssl_certificate_chain_file: "/usr/local/apache2/conf/ssl/ca_bundle.crt"
|
||||||
|
|
||||||
|
nagios_user: nagios
|
||||||
|
nagios_group: nagios
|
||||||
|
auth_user_file: /etc/nagios4/htpasswd.users
|
||||||
|
nagios_admin_user: nagiosadmin
|
||||||
|
nagios_admin_password: "{{ vault_nagios_admin_password }}"
|
||||||
|
|
Loading…
Reference in a new issue