ansible-st2
ansible-st2 copied to clipboard
Implement Pack Install & Configure
Implement logic described in https://github.com/StackStorm/ansible-st2/issues/74 to install & configure StackStorm integration packs via Ansible.
After trying more workarounds, it's not possible to make syntax described in https://github.com/StackStorm/ansible-st2/issues/74#issuecomment-277352903 with pure Ansible playbook/yaml logic.
This will require us to write custom Ansible module similar to apt, yum, pip which will work with st2client lib. Additional problem is that pack install is not idempotent by design.