OpenSIPS/opensips-cli

Create database via cli without asking for password

fsjoao opened this issue · 0 comments

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?