remove sk ssh key requirement

This commit is contained in:
2025-01-05 23:16:23 +02:00
parent 2d0d344c8b
commit 1960138150

View File

@@ -67,8 +67,6 @@
# Use `ansible-playbook update-ssh-config.yml` from https://git.k-space.ee/k-space/ansible/ to update this file # Use `ansible-playbook update-ssh-config.yml` from https://git.k-space.ee/k-space/ansible/ to update this file
{% for user in admins | unique | sort %} {% for user in admins | unique | sort %}
{% for line in lookup("ansible.builtin.file", user + ".keys").split("\n") %} {% for line in lookup("ansible.builtin.file", user + ".keys").split("\n") %}
{% if line.startswith("sk-") %}
{{ line }} # {{ user }} {{ line }} # {{ user }}
{% endif %}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}