9 lines
177 B
Django/Jinja
9 lines
177 B
Django/Jinja
# SSH remote allowed hosts
|
|
# {{ ansible_managed }}
|
|
|
|
{% if hostbased_auth is defined and hostbased_auth %}
|
|
{% for entry in hostbased_auth %}
|
|
{{ entry }}
|
|
{% endfor %}
|
|
{% endif %}
|