Non Interactive Installation
Opened this issue · 2 comments
IshMalik commented
Hi
Is there any way to run the installation of the sender and receiver (but especially the sender) in a non interactive way? It's clear that values in logsender.props can be updated manually for configuration and we'd be looking to incorporate the deployment into our automated deployment systems so do not require the interactive installation.
Regards
Ish
Zeal0us commented
I'd probably try using the "expect" module in ansible. This would be nice, though - it seems like you should be able to just provide your own props file with a --file switch or something to avoid the prompts.
IshMalik commented
That's pretty much what I'm having to do although I'm using SaltStack but it's sub-optimal really.