1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00

Improve template layout

This commit is contained in:
Lilian Roller 2019-09-16 17:43:19 +02:00
parent 4e65c6ea2a
commit ab5e7425a1
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 7 additions and 7 deletions

View file

@ -20,14 +20,14 @@ TCPKeepAlive yes
# Server authentication # Server authentication
Protocol 2 Protocol 2
{% if ansible_distribution_release == 'wheezy' -%} {% if ansible_distribution_release == 'wheezy' %}
# HostKey /etc/ssh/ssh_host_ed25519_key # HostKey /etc/ssh/ssh_host_ed25519_key
{% else %} {% else %}
HostKey /etc/ssh/ssh_host_ed25519_key HostKey /etc/ssh/ssh_host_ed25519_key
{%- if generate_ecdsa_too %} {% if generate_ecdsa_too %}
HostKey /etc/ssh/ssh_host_ecdsa_key HostKey /etc/ssh/ssh_host_ecdsa_key
{%- endif -%} {% endif %}
{%- endif %} {% endif %}
# Not available in openssh 6.7 # Not available in openssh 6.7
# HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 # HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-ed25519

View file

@ -1,3 +1,3 @@
--- ---
playbook_version_number: 1048 # should be over ninethousand playbook_version_number: 2048 # should be over ninethousand
playbook_version_path: '/etc/ansible-version/role-sshd_chaos-bodensee_github.com.version' playbook_version_path: '/etc/ansible-version/role-sshd_chaos-bodensee_github.com.version'