alliance-boreale/infrastructure/icinga2-ansible-noc/ansible/roles/icingaweb2/templates/resources.ini.j2
2026-05-14 08:54:41 -04:00

19 lines
402 B
Django/Jinja

[icingaweb_db]
type = "db"
db = "mysql"
host = "localhost"
port = "3306"
dbname = "{{ icingaweb_database }}"
username = "{{ icingaweb_db_user }}"
password = "{{ icingaweb_db_password }}"
charset = "utf8mb4"
[icingadb]
type = "db"
db = "mysql"
host = "localhost"
port = "3306"
dbname = "{{ icingadb_database }}"
username = "{{ icingadb_user }}"
password = "{{ icingadb_password }}"
charset = "utf8mb4"