Skip to content

Commit bfeb3f4

Browse files
authored
Merge pull request #34 from cityofships/admin-label
Ensure monitor nodes have the keyring in place
2 parents 1184f89 + ab3ed98 commit bfeb3f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/cephadm/templates/cluster.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ service_type: host
44
hostname: {{ hostvars[host]['ansible_hostname'] }}
55
labels:
66
{% if host in groups['mons'] %}
7+
- _admin
78
- mon
89
{% endif %}
910
{% if host in groups['mgrs'] %}

0 commit comments

Comments
 (0)