Re: [ansible-project] Background process exits when pipeling is set to false

2019-08-09 Thread Johncy Joseph
thanks Brian On Wed, Aug 7, 2019 at 3:45 PM Brian Coca wrote: > pipelining kept the ssh connection open, normally tasks will > open/execute/close the connection, which includes tty. Most 'services' > should detach correctly, but many don't, this seems to be your case. > > #1 i would make these i

Re: [ansible-project] Background process exits when pipeling is set to false

2019-08-07 Thread Brian Coca
pipelining kept the ssh connection open, normally tasks will open/execute/close the connection, which includes tty. Most 'services' should detach correctly, but many don't, this seems to be your case. #1 i would make these into actual services and use your service manager to handle them #2 if you

[ansible-project] Background process exits when pipeling is set to false

2019-08-06 Thread Johncy Joseph
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 ar