ceph-ansible/roles/ceph-dashboard/tasks
Dimitri Savineau 4b090b661e ceph-dashboard: fix TLS cert openssl generation
With OpenSSL version prior 1.1.1 (like CentOS 7 with 1.0.2k), the -addext
doesn't exist.
As a solution, this uses the default openssl.cnf configuration file as a
template and add the subjectAltName in the v3_ca section. This temp openssl
configuration file is removed after the TLS certificate creation.
This patch also move the run_once statement at the block level.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1978869

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 5e0ace7e54)
2021-08-09 15:14:30 -04:00
..
configure_dashboard.yml ceph-dashboard: fix TLS cert openssl generation 2021-08-09 15:14:30 -04:00
configure_grafana_layouts.yml Allow user to specify grafana_server_fqdn 2020-04-07 20:51:23 +02:00
main.yml Use ansible_facts 2021-03-26 00:04:49 +01:00