ceph: disable dashboard
[infra/stack/kubernetes.git] / apps / ceph / kubespray / playbooks / roles / install / tasks / main.yaml
index 044007cb19c9254a00a022d7f409fee680e961e2..60ed129e0d7a39cc60e48c64bd6af2dafee67381 100644 (file)
   k8s:
     state: present
     definition: "{{ lookup('template', 'external-dashboard-https.yaml.j2') }}"
+  when: rook_ceph_dashboard_enabled|bool
 
 # vim: set ts=2 sw=2 expandtab: