You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then just running ansible all -m ping -i hosts.ini -vvv should work. The hetzner-ubunu will make sure the default ssh CLI goes through the tailnet instead of trying to directly connect to the VM. Running ansible all -m ping hosts.ini -vvv works fine now:
Assumptions:
tailscale up --ssh
has been running on both hosts.tailscale ping <remote-host-name
works.$ tailscale ping hetzner-ubuntu pong from hetzner-ubuntu (100.99.214.7) via 188.245.70.191:41641 in 28ms
tailscale ssh root@<remote-host-name>
works.The
hosts.ini
looks like this:Running:
currently doesn't work. What's going on?
The text was updated successfully, but these errors were encountered: