kube: enable worker91 for coral

This commit is contained in:
2025-08-13 22:42:35 +03:00
parent 16e12f10ab
commit 5b90cd27cd
6 changed files with 39 additions and 32 deletions

View File

@@ -54,7 +54,7 @@
- name: Push authorized keys to targets
hosts:
- misc
- kubernetes
- kubelets
- doors
# do NOT put proxmox here! PVE manages its keys and admin keys are manual
tasks:
@@ -68,6 +68,6 @@
# 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 line in lookup("ansible.builtin.file", user + ".keys").split("\n") %}
{{ line }} # {{ user }}
{{ line }} {{ user }}@ansible
{% endfor %}
{% endfor %}