Here is what I've added to the host vars for that particular host:
``` ansible_ssh_args: -o ConnectTimeout=240s -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes ``` Unfortunately that didn't help. The connection timeout setting is new to this host, the other values are the default in my environment, that's why I've added them here too. Do you think any of those might be the problem? Or do I have any issues in my syntax? Am Dienstag, 28. Februar 2017 15:52:38 UTC+1 schrieb Brian Coca: > > You could set ConnectTimeout in ansible_ssh_args for that host > > > ---------- > Brian Coca > -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/ae39a7b0-30dd-4a72-8bb2-e494c3b9f150%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
