]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Add comment on auto-SSL cert generation
authorPhilip Brown <phil@bolthole.com>
Mon, 9 Dec 2019 18:20:16 +0000 (18:20 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 11 Dec 2019 09:57:28 +0000 (10:57 +0100)
Fixes: #4830
Signed-off-by: Philip Brown <phil@bolthole.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 87663cd5844f19d6017d28c6ab0f15cf2f218c6c..c913666cb20de95df649be454ebb8f9227c445a7 100644 (file)
@@ -705,6 +705,8 @@ dummy:
 #dashboard_enabled: True
 # Choose http or https
 # For https, you should set dashboard.crt/key and grafana.crt/key
+# If you define the dashboard_crt and dashboard_key variables, but leave them as '',
+# then we will autogenerate a cert and keyfile
 #dashboard_protocol: http
 #dashboard_port: 8443
 #dashboard_admin_user: admin
index aaa90d6a93b9c93cc006b3fbde0790afb375778f..f64892dbf8bf96d15295552f42de1acbe5dbe4c9 100644 (file)
@@ -705,6 +705,8 @@ ceph_docker_registry_auth: true
 #dashboard_enabled: True
 # Choose http or https
 # For https, you should set dashboard.crt/key and grafana.crt/key
+# If you define the dashboard_crt and dashboard_key variables, but leave them as '',
+# then we will autogenerate a cert and keyfile
 #dashboard_protocol: http
 #dashboard_port: 8443
 #dashboard_admin_user: admin
index b2a3a347b2c5b4a4bcd87bfb7fb2d7c99f6771cb..73b49dd94b029b7d01428c005d1c6c8db67111e0 100644 (file)
@@ -697,6 +697,8 @@ openstack_keys:
 dashboard_enabled: True
 # Choose http or https
 # For https, you should set dashboard.crt/key and grafana.crt/key
+# If you define the dashboard_crt and dashboard_key variables, but leave them as '',
+# then we will autogenerate a cert and keyfile
 dashboard_protocol: http
 dashboard_port: 8443
 dashboard_admin_user: admin