Initial commit
[ta/infra-ansible.git] / roles / service-profiles / templates / config.ini.j2
diff --git a/roles/service-profiles/templates/config.ini.j2 b/roles/service-profiles/templates/config.ini.j2
new file mode 100644 (file)
index 0000000..03fe2d9
--- /dev/null
@@ -0,0 +1,3 @@
+{% for host in hosts %}
+{{host}}:{{hosts[host]['service_profiles']|join(',')}}
+{% endfor %}