I have a remote machine which I ssh to and this leads to a command shell 
from which I need to enter the command "shell" to enter into the bash 
shell. I have tried to use the raw module to execute the command and it 
works, however after entering the bash shell, the rest of my playbook is 
not preformed. Instead what occurs is that ansible stays in the bash shell 
for 10 minutes and then times out returning to the original shell. Then, 
ansible attempts to preform the rest of my playbook, which results in a 
failure as I need to execute these commands in the bash shell. Essentially, 
my question is how can I get my ansible playbook to pipe its tasks to be 
preformed while in the bash shell after I enter the shell using the raw 
module. Is there another way in which I can enter the bash shell directly 
using ansible or alternate methods to pipe in the playbook tasks?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/0303f12b-c953-4b8e-bc2d-ee2e1091fd64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to