infrastructure/ansible/plays/templates/authorized_keys.j2

8 lines
145 B
Plaintext
Raw Normal View History

2023-09-15 18:00:27 +02:00
{{ machine_key }}
{% for key in common.ssh.authorized_keys %}
{{ key }}
{% endfor %}
2024-01-27 01:47:17 +01:00
{% for key in ssh.authorized_keys %}
{{ key }}
{% endfor %}