-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
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
yamlplays 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.