ansible/lava: Add role for lava server
[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.032973 seconds and 4 git commands to generate.