BroadSoft-Xtended/BroadWorks-Dashboards-and-Discovery

Non Interactive Installation

Opened this issue · 2 comments

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

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.

That's pretty much what I'm having to do although I'm using SaltStack but it's sub-optimal really.