mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: remove unused mon_addr_address.j2 template
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1065/head
parent
49dba08c05
commit
66bf9eca20
|
@ -1 +0,0 @@
|
|||
mon host = {% for host in groups[mon_group_name] %}{{ hostvars[host]['monitor_address'] if hostvars[host]['monitor_address'] is defined else monitor_address }}{% if not loop.last %},{% endif %}{% endfor %}
|
Loading…
Reference in New Issue