OpenSIPS / opensips-cli

OpenSIPS CLI tool - an interactive command line tool that can be used to control and monitor OpenSIPS servers.
GNU General Public License v3.0
84 stars 46 forks source link

Create database via cli without asking for password #119

Open fsjoao opened 4 months ago

fsjoao commented 4 months ago

I'm creating an ansible playbook, building an entire enviroment around opensip, but when I run the task to create the database with the command:

opensips-cli -x database create

It ALWAYS ask for the password, and stop my playbook. I already tried using pipe, scripts, pass config file, but nothing works, there's a way to do this?