remove sk ssh key requirement
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user