StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 77 forks source link

Fix problem installing specific version of ST2 #295

Closed amanda11 closed 3 years ago

amanda11 commented 3 years ago

Currently the playbooks do not work if you want to specify a particular version of ST2.

The problems were:

These issues were raised in https://github.com/StackStorm/ansible-st2/issues/150 Closes #150

Updated the playboosk to use the current revision separate for Debian and EL. Updated the playbooks to use a consistent approach for revisioning, using st2_version, st2chatops_version and st2web_version. This allows the user to either specify with revision for EL and Debian, or they can omit revision on EL.