X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.ansible%2Froles%2Fconsul%2Ftemplates%2Fservices.json.j2;fp=fdio.infra.ansible%2Froles%2Fconsul%2Ftemplates%2Fservices.json.j2;h=0000000000000000000000000000000000000000;hb=2c444586dad69f6d3976a72c9e50ef34c306d038;hp=3245ba92a4675b2fd3c19cc2b5a2bb7fcffe8cf4;hpb=cfc7541eced4947eb0a3853c2090aadab9027411;p=csit.git 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