Advertisement
lbrigman124

ansible synchronize error

May 25th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. TASK [copy project files] **********************************************************************************************************
  2. failed: [kimsgsm2.mdc.usaorbea.lab] (item=../../persistent-volume) => {"item": "../../persistent-volume", "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 /root/.ansible/tmp/ansible-tmp-1527199439.88-171389026211517 `\" && echo ansible-tmp-1527199439.88-171389026211517=\"` echo /root/.ansible/tmp/ansible-tmp-1527199439.88-171389026211517 `\" ), exited with result 1", "unreachable": true}
  3. failed: [kimsgsm2.mdc.usaorbea.lab] (item=../../project) => {"item": "../../project", "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 /root/.ansible/tmp/ansible-tmp-1527199439.97-209762833652482 `\" && echo ansible-tmp-1527199439.97-209762833652482=\"` echo /root/.ansible/tmp/ansible-tmp-1527199439.97-209762833652482 `\" ), exited with result 1", "unreachable": true}
  4. fatal: [kimsgsm2.mdc.usaorbea.lab]: UNREACHABLE! => {"changed": false, "msg": "All items completed", "results": [{"_ansible_ignore_errors": null, "_ansible_item_result": true, "item": "../../persistent-volume", "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 /root/.ansible/tmp/ansible-tmp-1527199439.88-171389026211517 `\" && echo ansible-tmp-1527199439.88-171389026211517=\"` echo /root/.ansible/tmp/ansible-tmp-1527199439.88-171389026211517 `\" ), exited with result 1", "unreachable": true}, {"_ansible_ignore_errors": null, "_ansible_item_result": true, "item": "../../project", "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 /root/.ansible/tmp/ansible-tmp-1527199439.97-209762833652482 `\" && echo ansible-tmp-1527199439.97-209762833652482=\"` echo /root/.ansible/tmp/ansible-tmp-1527199439.97-209762833652482 `\" ), exited with result 1", "unreachable": true}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement