Hi all,

I have a problem to provision an AIX host using Ansible 
(see https://github.com/ansible/ansible/issues/8164 for details).

$> ansible -i myhosts aix -m ping -vvvv

Result :

<aix> ESTABLISH CONNECTION FOR USER: myuser
<aix> REMOTE_MODULE ping
<aix> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 
'ControlPersist=60s', '-o', 
'ControlPath=/ansible/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 
'KbdInteractiveAuthentication=no', '-o', 
'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', 
'-o', 'PasswordAuthentication=no', '-o', 'User=myuser', '-o', 
'ConnectTimeout=10', 'aix', "/bin/sh -c 'mkdir -p 
$HOME/.ansible/tmp/ansible-tmp-1405515992.16-30163890915163 && chmod a+rx 
$HOME/.ansible/tmp/ansible-tmp-1405515992.16-30163890915163 && echo 
$HOME/.ansible/tmp/ansible-tmp-1405515992.16-30163890915163'"]
<aix> PUT /tmp/tmpb1NMJ5 TO 
/ansible/.ansible/tmp/ansible-tmp-1405515992.16-30163890915163/ping

aix | FAILED => failed to transfer file to 
/ansible/.ansible/tmp/ansible-tmp-1405515992.16-30163890915163/ping:
Couldn't read packet: Connection reset by peer


I don't think it's a network problem since I can connect successfully using 
SSH on this host. 

Thanks in advance.

Michaël Pailloncy

-- 
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/6e277907-cedc-47e3-b856-0c25506596cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to