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 :)
4 lines
108 B
YAML
4 lines
108 B
YAML
ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
|
|
ansible_port: 1022
|
|
k3s_version: v1.31.6+k3s1
|