Ansible git move
[csit.git] / fdio.infra.ansible / roles / consul / templates / services.json.j2
1 {
2     "services": [
3 {% for item in consul_services %}
4         {
5             "name": "{{ item.name }}",
6             "port": {{ item.port }}
7         }
8 {%- if not loop.last %},
9 {% endif %}
10 {% endfor %}
11
12     ]
13 }