From: Andrew Schoen Date: Wed, 2 Nov 2016 20:35:07 +0000 (-0500) Subject: ceph-common: remove unused mon_addr_address.j2 template X-Git-Tag: v2.0~15^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=66bf9eca203ea58d5f88fa093d25006f47c1c161;p=ceph-ansible.git ceph-common: remove unused mon_addr_address.j2 template Signed-off-by: Andrew Schoen --- diff --git a/roles/ceph-common/templates/mon_addr_address.j2 b/roles/ceph-common/templates/mon_addr_address.j2 deleted file mode 100644 index 0a6323594..000000000 --- a/roles/ceph-common/templates/mon_addr_address.j2 +++ /dev/null @@ -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 %}