diff options
Diffstat (limited to 'fdio.infra.ansible/roles/consul/templates/services.json.j2')
-rw-r--r-- | fdio.infra.ansible/roles/consul/templates/services.json.j2 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fdio.infra.ansible/roles/consul/templates/services.json.j2 b/fdio.infra.ansible/roles/consul/templates/services.json.j2 deleted file mode 100644 index 3245ba92a4..0000000000 --- a/fdio.infra.ansible/roles/consul/templates/services.json.j2 +++ /dev/null @@ -1,13 +0,0 @@ -{ - "services": [ -{% for item in consul_services %} - { - "name": "{{ item.name }}", - "port": {{ item.port }} - } -{%- if not loop.last %}, -{% endif %} -{% endfor %} - - ] -}
\ No newline at end of file |