mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-04 19:03:29 +01:00
0bc6d8f40b
* Role configured to accept SSH connection via SSH certificates * Works with or without principals and ansible-lint updated * add test for SSH certificates authentication with principals * Add configuration to run tests for SSH certificates authentication with principals * tasks to use SSH certificates grouped into one file * Update README.md
5 lines
No EOL
172 B
Django/Jinja
5 lines
No EOL
172 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
{{ "willshersystems:ansible-sshd" | comment(prefix="", postfix="") }}
|
|
{% for key in sshd_trusted_user_ca_keys_list %}
|
|
{{ key }}
|
|
{% endfor %} |