This commit is contained in:
Martin Eichner
2023-06-27 17:36:56 +02:00
commit 8d5852a4fa
46 changed files with 2330 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{% for user in keys %}
{% if keys[user].ssh_as_root | default(false) %}
{{ keys[user].pub_key }}
{% endif %}
{% endfor %}