Files
base-infra/k3s/group_vars/server/config.yml
Felix Nehrke fda7cac5c0 Only make ssh-port free on k8s-servers since the agents doesn't need to
The only reason I even change the port is to make sure a git-client can
reach the my upcoming git-servers on the standard ssh-port. Though to
achive this I only have to make sure that the port is reacheable on the
internet, after that the port is routed through the kubernetes network.
This means that my agents can keep using the standard-port, which makes
everything easier for me :)
2025-09-18 16:42:21 +02:00

4 lines
108 B
YAML

ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
ansible_port: 1022
k3s_version: v1.31.6+k3s1