I was setting up 2 test machines and getting the error below. Any ideas/suggestions?
I tried reading the error below, but can’t figure out the error.
ESTABLISH SSH CONNECTION FOR USER: root
EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=“/tmp/ansible-ssh-%h-%p-%r” -o Port=2233 -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 csync1 mkdir -p “$HOME/.ansible/tmp/ansible-tmp-1440815362.34-115931972146261” && echo “$HOME/.ansible/tmp/ansible-tmp-1440815362.34-115931972146261”
ESTABLISH SSH CONNECTION FOR USER: root
PUT /tmp/tmpTtxtZb TO /root/.ansible/tmp/ansible-tmp-1440815362.34-115931972146261/setup
ESTABLISH SSH CONNECTION FOR USER: root
EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=“/tmp/ansible-ssh-%h-%p-%r” -o Port=2233 -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 csync1 LANG=C LC_MESSAGES=C LC_CTYPE=C /usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1440815362.34-115931972146261/setup; rm -rf “/root/.ansible/tmp/ansible-tmp-1440815362.34-115931972146261/” >/dev/null 2>&1
fatal: [csync1]: FAILED! => {“changed”: false, “failed”: true, “msg”: “Ambiguous output redirect.\r\nOpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014\r\ndebug1: Reading configuration data /home/fran/.ssh/config\r\ndebug1: /home/fran/.ssh/config line 3: Applying options for csync1\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 14898\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\nShared connection to csync1 closed.\r\n”, “parsed”: false}