infra/roles/common/templates/authorized_keys
2018-10-02 10:16:46 +04:00

4 lines
73 B
Plaintext

{% for u, v in env.users.items() %}
# {{u}}
{{v['ssh-key']}}
{% endfor %}