StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Pass mongo user/passwd to role #247

Closed nicholasamorim closed 5 years ago

nicholasamorim commented 5 years ago

I use my own MongoDB, so I have a playbook that imports only certain roles.

Is there any way I can pass certain values to st2.conf? I'm mainly interested in the database user and password.

arm4b commented 5 years ago

See https://github.com/StackStorm/ansible-st2#variables st2_config which allows to do that.

nicholasamorim commented 5 years ago

Duh, that's true - I even use it already 🤦‍♂ .

Thanks for the prompt response!