blob: ef7a3981ab7e1f3b5d02a8cb1626db2723530ea9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* vi: ft=icinga2
* This File is managed by Ansible. Do NOT change.
*/
library "db_ido_mysql"
object IdoMysqlConnection "ido-mysql" {
user = "icinga",
password = "{{ icinga_ido_db_pw }}",
host = "localhost",
database = "ido"
}
|