bundles/icinga2: initial working draft

This commit is contained in:
Franzi 2020-11-21 10:29:36 +01:00
parent d3de7a27be
commit 11071914e0
Signed by: kunsi
GPG key ID: 12E3D2136B818350
17 changed files with 611 additions and 2 deletions

View file

@ -0,0 +1,21 @@
[icingaweb_db]
type = "db"
db = "pgsql"
host = "localhost"
port = "5432"
dbname = "icingaweb2"
username = "icinga2"
password = "${node.metadata['postgresql']['roles']['icinga2']['password']}"
charset = ""
use_ssl = "0"
[icinga_ido]
type = "db"
db = "pgsql"
host = "localhost"
port = "5432"
dbname = "icinga2"
username = "icinga2"
password = "${node.metadata['postgresql']['roles']['icinga2']['password']}"
charset = ""
use_ssl = "0"