]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
dashboard: enable https by default
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 3 Nov 2020 12:49:59 +0000 (13:49 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 4 Nov 2020 09:00:48 +0000 (10:00 +0100)
see linked bz for details

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1889426
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 8c19112547884030d1aecf09b8e42383f82f6a77..b5036fbb050e3a9cd1548184af74a39e5ec76833 100644 (file)
@@ -649,7 +649,7 @@ dummy:
 # 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_protocol: https
 #dashboard_port: 8443
 #dashboard_admin_user: admin
 #dashboard_admin_user_ro: false
index 3bf04034f43484a715aa328e5fe2e9c7edb90774..844ff2c8e01ae159a00d0a548a3ece377d59f2a7 100644 (file)
@@ -649,7 +649,7 @@ ceph_docker_registry_auth: true
 # 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_protocol: https
 #dashboard_port: 8443
 #dashboard_admin_user: admin
 #dashboard_admin_user_ro: false
index 536f7eb8597198a93ab5c094d2f87de677d542ce..d09a9c161f4cc7cb8a2fdd89c10d798cae0f816b 100644 (file)
@@ -641,7 +641,7 @@ dashboard_enabled: True
 # 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_protocol: https
 dashboard_port: 8443
 dashboard_admin_user: admin
 dashboard_admin_user_ro: false