2022-02-27 03:19:20 +00:00
|
|
|
---
|
|
|
|
# mantis vars
|
2022-05-25 19:17:46 +00:00
|
|
|
mantis_version: 2.25.3
|
|
|
|
mantis_checksum: "sha256:e74db914ecd369f80f52a8672c7c85dafcd4b824bea00e2b4d8ba12f8c55a2fc"
|
2022-02-27 03:19:20 +00:00
|
|
|
mantis_pkg:
|
|
|
|
- php
|
|
|
|
- php-ldap
|
|
|
|
- httpd
|
|
|
|
- mod_ssl
|
|
|
|
- php-pgsql
|
|
|
|
- php-mbstring
|
|
|
|
- php-curl
|
|
|
|
- openldap
|
|
|
|
- php-json
|
|
|
|
mantis_db_host: db.rockylinux.org
|
|
|
|
mantis_db_name: mantisdb
|
|
|
|
mantis_db_user: mantis
|
|
|
|
mantis_binder_user: "{{ rocky_ldap_bind_dn }}"
|
|
|
|
mantis_binder_pass: "{{ rocky_ldap_bind_pw }}"
|
|
|
|
|
|
|
|
# Vault
|
|
|
|
# mantis_db_pass: ThisIsNotThePassword!
|
|
|
|
|
|
|
|
ipa_getcert_requested_hostnames:
|
|
|
|
- name: "{{ ansible_fqdn }}"
|
|
|
|
owner: apache
|
|
|
|
key_location: "/etc/pki/tls/private/bugs.rockylinux.org.key"
|
|
|
|
cert_location: "/etc/pki/tls/certs/bugs.rockylinux.org.crt"
|
|
|
|
postcmd: "/bin/systemctl reload httpd"
|
|
|
|
cnames:
|
|
|
|
- "bugs.rockylinux.org"
|
|
|
|
...
|