kube: enable worker91 for coral
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user