Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
329 B

8 years ago
8 years ago
  1. [icingaweb_ldap]
  2. type = "ldap"
  3. hostname = "ldap.dmz.lilik"
  4. port = "389"
  5. encryption = "none"
  6. root_dn = "dc=lilik,dc=it"
  7. bind_dn = ""
  8. bind_pw = ""
  9. [icinga_ido]
  10. type = "db"
  11. db = "pgsql"
  12. host = "localhost"
  13. port = "5432"
  14. dbname = "icinga2"
  15. username = "icinga2"
  16. password = "{{ icinga2_password.stdout}}"
  17. charset = ""
  18. persistent = "0"