Hi Community, I need to delegate one task in my play to another remote linux ssh host with delegate_to. So far so good. But now the problem: my remote host has a custom ssh port. When running the play I always get "Failed to connect to the host via ssh: ssh: connect to host x.x.x.x port 22: Connection timed out". How can I specify at task level a custom ssh port for delegate_to?
I already tried: "delegate_to: IP:PORT" and setting "ansible_port: PORT" at task level, but without success. May someone has an idea how to handle this problem? Regards, Raphael -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/fbd59df7-f298-4f7a-90a0-64b7f94f8a24n%40googlegroups.com.
