Hi,
I have a task which I am delegating to a different host .
Playbook is running on dev host, and the task is being delegated to qa host
to run.
- name: "Delegate to qa"
shell: " task "
delegate_to: "{{ qa_host }}"
become_user: "{{ qa_user }}"
If I run it from my local terminal, it works. How ever from tower it fails
because of 'permission denied'.
Machine credentials for dev are passed to the playbook during run time. Is
there a way we can send the credentials for qa host in tower ?
Thanks,
Neetu
--
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/9d6d7827-50a5-4640-842f-880d9ca59558%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.