12 lines
355 B
Text
12 lines
355 B
Text
|
|
# Gere par Set-OPS (role serveur_icinga). Ne pas editer a la main.
|
||
|
|
database:
|
||
|
|
type: pgsql
|
||
|
|
host: {{ serveur_icinga_db_host }}
|
||
|
|
database: {{ serveur_icinga_entree.base }}
|
||
|
|
user: {{ serveur_icinga_entree.proprietaire }}
|
||
|
|
password: {{ serveur_icinga_db_password }}
|
||
|
|
|
||
|
|
redis:
|
||
|
|
host: {{ serveur_icinga_redis_host }}
|
||
|
|
port: {{ serveur_icinga_redis_port }}
|