ansible: Add host for sles15sp5
[lttng-ci.git] / automation / ansible / roles / lava-server / templates / allowed_hosts.yaml.j2
CommitLineData
83d6ed6c
KS
1ALLOWED_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.022515 seconds and 4 git commands to generate.