2021-01-21 00:55:13 +00:00
|
|
|
---
|
|
|
|
# mantis vars
|
2021-04-03 00:30:42 +00:00
|
|
|
mantis_version: 2.25.0
|
|
|
|
mantis_checksum: "sha256:d8973d3677ecb2ccbfee95e2267b3128049fbdcc59aa1f007686a342d93a4c0a"
|
2021-01-21 00:55:13 +00:00
|
|
|
mantis_pkg:
|
|
|
|
- php
|
|
|
|
- php-ldap
|
|
|
|
- httpd
|
|
|
|
- mod_ssl
|
|
|
|
- php-pgsql
|
|
|
|
- php-mbstring
|
|
|
|
- php-curl
|
|
|
|
- openldap
|
2021-04-03 00:30:42 +00:00
|
|
|
- php-json
|
|
|
|
mantis_db_host: db.rockylinux.org
|
|
|
|
mantis_db_name: mantisdb
|
2021-01-21 00:55:13 +00:00
|
|
|
mantis_db_user: mantis
|
2021-04-03 00:30:42 +00:00
|
|
|
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"
|
2021-08-30 05:02:24 +00:00
|
|
|
...
|