infrastructure/ansible/plays/templates/authorized_keys.j2

8 lines
145 B
Django/Jinja

{{ machine_key }}
{% for key in common.ssh.authorized_keys %}
{{ key }}
{% endfor %}
{% for key in ssh.authorized_keys %}
{{ key }}
{% endfor %}