34 lines
717 B
YAML
34 lines
717 B
YAML
|
|
---
|
||
|
|
icingaweb2_admin_username: icinga
|
||
|
|
icingaweb2_admin_password: icinga
|
||
|
|
icingaweb2_db_import_schema: true
|
||
|
|
|
||
|
|
icingaweb2_resources:
|
||
|
|
icingadb:
|
||
|
|
type: db
|
||
|
|
db: "{{ icingadb_database_type }}"
|
||
|
|
host: localhost
|
||
|
|
dbname: "{{ icingadb_database_name }}"
|
||
|
|
username: "{{ icingadb_database_user }}"
|
||
|
|
password: "{{ icingadb_database_password }}"
|
||
|
|
charset: utf8
|
||
|
|
|
||
|
|
icingaweb2_modules:
|
||
|
|
icingadb:
|
||
|
|
enabled: true
|
||
|
|
source: package
|
||
|
|
commandtransports:
|
||
|
|
instance01:
|
||
|
|
transport: api
|
||
|
|
host: 127.0.0.1
|
||
|
|
username: icingaweb
|
||
|
|
password: icingaweb
|
||
|
|
config:
|
||
|
|
icingadb:
|
||
|
|
resource: icingadb
|
||
|
|
redis:
|
||
|
|
tls: '0'
|
||
|
|
redis:
|
||
|
|
redis1:
|
||
|
|
host: localhost
|