On 13.05.16 23:27 Max León wrote: >> ControlPath=/home/mleon/.ansible/cp/ansible-ssh-%h-%p-%r admin '/bin/sh -c
What happens if you add this to your ansible.cfg? [ssh_connection] control_path = %(directory)s/%%C Maybe your control_path gets to long (being set to ansible-ssh-%h-%p-%r) and thus you run into the BROKEN PIPE error. Just a guess. Can you use adhoc commands? ansible -m ping foobar (for the host foobar) Johannes -- 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/5736DC7F.70008%40ojkastl.de. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: OpenPGP digital signature
