From 4ae6833cee7a2eeb8882c5f5e7b67546f26d17e4 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 1 Feb 2018 17:31:40 +0100 Subject: [PATCH] Disable ceph-mgr dashboard module The ceph-mgr dashboard is enabled by default and we do not want it to, as it listens on 0.0.0.0:7000 and exposes sensible cluster internals. Change-Id: I9f0c9daec8209f7991400c7450f0e8f227bf0362 --- docker/services/ceph-ansible/ceph-mgr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/services/ceph-ansible/ceph-mgr.yaml b/docker/services/ceph-ansible/ceph-mgr.yaml index c357d1cfbe..b9c3e98865 100644 --- a/docker/services/ceph-ansible/ceph-mgr.yaml +++ b/docker/services/ceph-ansible/ceph-mgr.yaml @@ -63,4 +63,4 @@ outputs: - ceph_mgr_ansible_vars: map_merge: - {get_attr: [CephBase, role_data, config_settings, ceph_common_ansible_vars]} - - {} + - ceph_mgr_docker_extra_env: '-e MGR_DASHBOARD=0'