5fd0baf5d749981b628f1f4d9d2e486d85813a8b
[lttng-ci.git] / automation / ansible / roles / lava-server / templates / allowed_hosts.yaml.j2
1 ALLOWED_HOSTS:
2 # This allows the local dispatcher to run without issues
3 - localhost
4 {% for host in lava_allowed_hosts %}
5 - {{host}}
6 {% endfor%}
This page took 0.031244 seconds and 5 git commands to generate.