Merge "Ensure we mount the certificates in container" into stable/wallaby

This commit is contained in:
Zuul 2021-11-09 13:56:00 +00:00 committed by Gerrit Code Review
commit 59b4c615b3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
vars:
mount_spec: true
sensitive_data: true
mount_certs: "{{ (tripleo_cephadm_dashboard_protocol == 'https' and tripleo_cephadm_dashboard_crt | length > 0 and tripleo_cephadm_dashboard_key | length > 0) | bool }}"
- name: Configure the Ceph Dashboard port
become: true