ansible-st2 icon indicating copy to clipboard operation
ansible-st2 copied to clipboard

Implement Pack Install & Configure

Open arm4b opened this issue 9 years ago • 2 comments

Implement logic described in https://github.com/StackStorm/ansible-st2/issues/74 to install & configure StackStorm integration packs via Ansible.

arm4b avatar Feb 13 '17 15:02 arm4b

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.

arm4b avatar Mar 03 '17 20:03 arm4b

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 11 '22 10:05 CLAassistant