Hi!
After tuning connect from master ansible server to target HP-UX server
(HP-UX 11.31 ia64 server with installed Python 2.7.16) by SSH (ssh HPUX -
without password), i try a test:
#ssh hp-ux
(get connected without password)
and next:
#ansible hpux -m ping
I get an error:
hpux | UNREACHABLE! => {
"changed": false,
"msg": "Authentication or permission failure. In some cases, you may
have been able to authenticate and did not have permissions on the target
directory. Consider changing the remote tmp path in ansible.cfg to a path
rooted in \"/tmp\". Failed command was: ( umask 77 && mkdir -p \"` echo
/tmp/ansible/ansible-tmp-1566126836.8-256406273673570 `\" && echo
ansible-tmp-1566126836.8-256406273673570=\"` echo
/tmp/ansible/ansible-tmp-1566126836.8-256406273673570 `\" ), exited with
result 235, stdout output:
ansible-tmp-1566126836.8-256406273673570=/tmp/ansible/ansible-tmp-1566126836.8-256406273673570\n",
"unreachable": true
}
I think so it may be syntax error of remote command by ssh for HP-UX
shell.... Is it so or not? Anyone can 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 view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/de75f35a-4486-4b3e-9cd7-734d58a5171b%40googlegroups.com.