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

Allow datastore key to be populated from a variable. #280

Open nmaludy opened 3 years ago

nmaludy commented 3 years ago

Previously, if installing StackStorm in a multi-node environment, it would generate a new datastore key on every node.

This change allows the datastore key to be specified as a variable st2_datastore_key then propagated to each host.

By default, this variable is null and will result in a random key being generated (retaining same behavior).

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.