Hello,

Our UNIX administrators are trying to root lock all home directories 
(/export/home/<user>), including the user which Ansible uses (username: 
test).

As such, when I send an Ansible command it fails due to the inability to 
create this "cp" folder under $HOME/.ansible.

I have set remote_tmp to some other directory but this seems to not have 
anything to do with this "cp" folder.

Is there a way to overrride where this "cp" directory goes?

Note: I am not doing anything with sudo, just basic central host -> remote 
host connection.

Example:

central:/app/test/ansible> /usr/bin/ansible-playbook -i env.poc 
playbooks/test_connection.yml -vvv

PLAY [test] 
*****************************************************************

TASK: [common | check_in] 
*****************************************************
fatal: [fddb471] => Could not make dir /export/home/test/.ansible/cp: 
[Errno 13] Permission denied: '/export/home/test/.ansible'
fatal: [fddb473] => Could not make dir /export/home/test/.ansible/cp: 
[Errno 13] Permission denied: '/export/home/test/.ansible'


Thanks,
John

-- 
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/f408eedd-7307-4d53-a1fa-e2420bbacc93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to