mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-29 11:50:18 +01:00
33 lines
894 B
Django/Jinja
33 lines
894 B
Django/Jinja
{% if __sshd_config['Match'] is defined %}
|
|
{{ match_iterate_block(__sshd_config['Match']) -}}
|
|
{% endif %}
|
|
{% if sshd_match is defined %}
|
|
{{ match_iterate_block(sshd_match) -}}
|
|
{% endif %}
|
|
{% if sshd_match_1 is defined %}
|
|
{{ match_block(sshd_match_1) -}}
|
|
{% endif %}
|
|
{% if sshd_match_2 is defined %}
|
|
{{ match_block(sshd_match_2) -}}
|
|
{% endif %}
|
|
{% if sshd_match_3 is defined %}
|
|
{{ match_block(sshd_match_3) -}}
|
|
{% endif %}
|
|
{% if sshd_match_4 is defined %}
|
|
{{ match_block(sshd_match_4) -}}
|
|
{% endif %}
|
|
{% if sshd_match_5 is defined %}
|
|
{{ match_block(sshd_match_5) -}}
|
|
{% endif %}
|
|
{% if sshd_match_6 is defined %}
|
|
{{ match_block(sshd_match_6) -}}
|
|
{% endif %}
|
|
{% if sshd_match_7 is defined %}
|
|
{{ match_block(sshd_match_7) -}}
|
|
{% endif %}
|
|
{% if sshd_match_8 is defined %}
|
|
{{ match_block(sshd_match_8) -}}
|
|
{% endif %}
|
|
{% if sshd_match_9 is defined %}
|
|
{{ match_block(sshd_match_9) -}}
|
|
{% endif %}
|