Add debian common role
This commit is contained in:
8
common-debian/templates/etc/ssh/shosts.equiv.j2
Normal file
8
common-debian/templates/etc/ssh/shosts.equiv.j2
Normal file
@ -0,0 +1,8 @@
|
||||
# SSH remote allowed hosts
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% if hostbased_auth is defined and hostbased_auth %}
|
||||
{% for entry in hostbased_auth %}
|
||||
{{ entry }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user