Issue deploying kube via RKE

Hello. I’m having a problem deploying k8 using rke. I’ve had it working manually, but I’m trying to automate via ansible.

This is the error I see

Creating rke-job-deployer ServiceAccount
Failed to apply the ServiceAccount needed for job execution: Post https://192.168.211.98:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

It works manually, doens’t work in ansible. Network is all open. Obviously, I’m doing something dumb in the ansible setup, but I was wondering if anyone could shed any light on what this is doing. Is there a potential for a race condition during this step in the deployment?

Straight after posting, I figured it out. Was a networking in ansible. setting http_proxy to something that can’t route internal net addresses causes a hang, who knew!