Implement a convenient ansible-friendly way (as Ansible module) to install st2 packs, as well as provide configurations/settings for them.
Decide:
- define config settings in
yaml plays inline
- use
/opt/stackstorm/configs/<pack>.yaml
https://docs.stackstorm.com/pack_configs.html
Alternative example from puppet-st2: https://github.com/stackstorm/puppet-st2#installing-and-configuring-packs
In short, it should work like similar pip or gem Ansible module, but for installing st2 packs.
Implement a convenient ansible-friendly way (as Ansible module) to install st2 packs, as well as provide configurations/settings for them.
Decide:
yamlplays inline/opt/stackstorm/configs/<pack>.yamlhttps://docs.stackstorm.com/pack_configs.html
In short, it should work like similar pip or gem Ansible module, but for installing st2 packs.