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 1184f89 commit ab3ed98Copy full SHA for ab3ed98
roles/cephadm/templates/cluster.yml.j2
@@ -4,6 +4,7 @@ service_type: host
4
hostname: {{ hostvars[host]['ansible_hostname'] }}
5
labels:
6
{% if host in groups['mons'] %}
7
+- _admin
8
- mon
9
{% endif %}
10
{% if host in groups['mgrs'] %}
0 commit comments