Apologies if this not the right forum, 

I have had pipelining enabled in ansible config. I had to disable it for a 
certain case. I disabled it in the ansible config (I should have done it 
more localized), Once pipe lining was disabled, some of the proven working 
scripts started failing.These are simple scripts which invokes a third 
party startup scripts, the thirdparty startup scripts starts few processes 
as background processes. It is simple shell module call similar to shell: 
path_to_script start_all.

what appears to happen is , 2 processes being started as background 
proceeds die as soon as the ansible ssh exits when pipelining is disabled. 
But when pipilining is enabled, they continue to run in the background even 
after ansible finishes.

This is not an issue as such as I have a fix now. But would like to know 
why the behavior would defer. I do not have access to thirdparty script.

ansible version is 2.4.2

thanks a lot for any pointers.


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/bd9d654d-eeb7-4dd9-80f7-d667860cfc61%40googlegroups.com.

Reply via email to