Re: [ansible-project] Ansible tower issue

2020-10-11 Thread Dan Linder
I'm not trying to be snarky, but if you are truly "able to do it in the ansible cli with same user" then you wouldn't be receiving the error "rsync: change_dir \\"/opt/tibco/image\\" failed: Permission denied (13)" If this is as urgent as your messages are implying, you need to try some of the

Re: [ansible-project] Ansible tower issue

2020-10-11 Thread Dick Visser
If this is the case please use the dedicated tower support channels On Sat, 10 Oct 2020 at 15:16, Abdulrazzaq shaik < shaikabdulrazza...@gmail.com> wrote: > But i am able to do it in the ansible cli with same user, but facing issue > in the tower. > > Can u please help where i have missed. > >

Re: [ansible-project] Ansible tower issue

2020-10-11 Thread Abdulrazzaq shaik
Can any one help on this ? On Saturday, October 10, 2020 at 6:46:35 PM UTC+5:30 Abdulrazzaq shaik wrote: > But i am able to do it in the ansible cli with same user, but facing issue > in the tower. > > Can u please help where i have missed. > > On Sat, Oct 10, 2020 at 5:07 PM Nick Schendel

Re: [ansible-project] Ansible tower issue

2020-10-10 Thread Abdulrazzaq shaik
But i am able to do it in the ansible cli with same user, but facing issue in the tower. Can u please help where i have missed. On Sat, Oct 10, 2020 at 5:07 PM Nick Schendel wrote: > Looks like your issue is a permissions problem: > > change_dir \\"/opt/tibco/image\\" failed: Permission denied

Re: [ansible-project] Ansible tower issue

2020-10-10 Thread Nick Schendel
Looks like your issue is a permissions problem: change_dir \\"/opt/tibco/image\\" failed: Permission denied I'd check permissions on that directory. Seems like it's probably the destination directory at first glance. Make sure the user that ansible is connecting as has permissions to write

[ansible-project] Ansible tower issue

2020-10-09 Thread Abdulrazzaq shaik
Hi all, Kindly help on the below issue, I was trying to 2gb file from ansible controller to ansible node where am using copy / synchronize module and my all playbooks are working fine in the ansible cli, when it come to ansible tower am getting below error. Kindly help what could be the