Files
base-infra/k3s/group_vars/k3s_cluster/config.yml
Felix Nehrke 75a485fbff Reset SSH-port of host-machines to 1022
I want to use port 22 for my git-server, therefore I have to make this
port free for use of kubernetes. This change allows this, so when I want
to connect to the host-machines I'll use port 1022.
2025-09-17 14:21:03 +02:00

5 lines
138 B
YAML

ansible_user: root
ansible_port: 1022
api_endpoint: "{{ hostvars[groups['server'][0]]['ansible_host'] | default(groups['server'][0]) }}"