~ youmoo $ ansible --version
ansible 2.1.0 (devel 2d11cfab92) last updated 2015/12/30 09:22:34 (GMT +800)
  lib/ansible/modules/core: (detached HEAD 002028748f) last updated 
2015/12/30 09:22:49 (GMT +800)
  lib/ansible/modules/extras: (detached HEAD f6a7b6dd1f) last updated 
2015/12/30 09:23:02 (GMT +800)
  config file =
  configured module search path = Default w/o overrides

After running `ansible all -m ping -vvv`

I got:

<120.25.66.203> EXEC ( umask 22 && mkdir -p "$( echo 
$HOME/.ansible/tmp/ansible-tmp-1451440482.56-259781302889486 )" && echo "$( 
echo $HOME/.ansible/tmp/ansible-tmp-1451440482.56-259781302889486 )" )
120.25.66.203 | UNREACHABLE! => {
    "changed": false,
    "msg": "ERROR! Authentication or permission failure. In some cases, you 
may have been able to authenticate and did not have permissions on the 
remote directory. Consider changing the remote temp path in ansible.cfg to 
a path rooted in \"/tmp\". Failed command was: ( umask 22 && mkdir -p \"$( 
echo $HOME/.ansible/tmp/ansible-tmp-1451440482.56-259781302889486 )\" && 
echo \"$( echo $HOME/.ansible/tmp/ansible-tmp-1451440482.56-259781302889486 
)\" ), exited with result 1: rootsh: bad characters in arguments\r\n",
    "unreachable": true
}

Can you help me?

-- 
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/dddc3d7c-8e9a-4e9c-b7d4-bcd97458489f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to