life-noc/ansible/roles/icingaweb2/templates/resources.ini.j2
2026-03-13 16:57:50 -04:00

21 lines
470 B
Django/Jinja

[icingaweb2]
type = "db"
db = "mysql"
host = "localhost"
port = "3306"
dbname = "{{ life_noc_db_web_name }}"
username = "{{ life_noc_db_web_user }}"
password = "{{ life_noc_db_web_password }}"
charset = "utf8mb4"
use_ssl = "0"
[icinga2_ido_mysql]
type = "db"
db = "mysql"
host = "localhost"
port = "3306"
dbname = "{{ life_noc_db_icinga_name }}"
username = "{{ life_noc_db_icinga_user }}"
password = "{{ life_noc_db_icinga_password }}"
charset = "latin1"
use_ssl = "0"