We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0035b8e commit e375585Copy full SHA for e375585
roles/cephadm/templates/cluster.yml.j2
@@ -22,7 +22,9 @@ labels:
22
- ingress
23
{% endif %}
24
{% if hostvars[host].get('cephadm_host_labels', []) | length > 0 %}
25
-{{ hostvars[host].get('cephadm_host_labels', []) }}
+{% for label in hostvars['mds1'].cephadm_host_labels %}
26
+ - {{ label }}
27
+{% endfor %}
28
29
{% endfor %}
30
---
0 commit comments