~ 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?