Releases: StackStorm/ansible-st2
Releases · StackStorm/ansible-st2
v0.7.2
v0.7.1
v0.7.0
https://stackstorm.com/2017/05/15/ansible-playbooks-to-deploy-stackstorm-v0-7-0/
- Chg #134: Role rename
st2repos->st2repo(@armab) - Chg #134: Var rename
st2_pkg_repo->st2repo_name(@armab)
- New #125: Add ChatOps support via
st2chatopsrole (@humblearner) - New #126: Add StackStorm Enterprise via
bwcrole (@lakshmi-kannan) - New #133: Add option to configure
st2webwith custom SSL certificate (@armab) - New #121: Add option to adjust settings in
st2.confandmistral.conf(@armab) - Enh #123: Document installing StackStorm via proxy with Ansible (@ytjohn)
- Enh #118: Various Vagrantfile fixes & enhancements (@armab)
- Enh #131: Set
ubuntu/xenial64as a default box for Vagrant (@armab) - Bug #128: Remove service workaround in
st2smoketests, being fixed in upstream (@armab) - Bug #127: Fix temporary build failure due to bug in recent 'kitchen-ansible' (@armab)
- Bug #138: Fix
bwclicense lookup logic was failing in ansible-push mode (@userlocalhost) - Bug #141: Fix failing CI on forked PRs with the new
st2chatopsandbwcroles (@armab)
v0.6.2
v0.6.1
- New #104: Save auth credentials in
/root/.st2/configfile for CLI (@dzimine) - Enh #106: Move virtualhost dirs management from
st2webtonginxrole (@armab) - Enh #110: Add StackStorm
unstablerepo to the Travis build matrix (@armab) - Bug #105: Fix
mistral registerre-run on failure (@armab) - Bug #107: Fixed failure to set permissions on the temporary files (@sidkrishna @unicell)
- Bug #109: Fix to circumvent pbr related bug in
mistral-db-manage populate(@m4dcoder)
v0.6.0
Massive release which adds support for the new platforms: RHEL6/CentOS6, RHEL7/CentOS7 and focused on quality and stability.
See: https://stackstorm.com/2017/02/02/introducing-ansible-playbooks-deploy-stackstorm/
- Chg #11: Rename
mistral->st2mistralrole (@humblearner) - Chg #94: Rename
mistral_->st2mistral_vars (@armab) - Chg #76: Remove galaxy
AXNS.postgresqlin favor of ownpostgresqlrole (@humblearner) - Chg #83: Changed val to install st2 latest
st2_version=stable->st2_version=latest(@armab) - Chg #84: Renamed var:
enable_auth->st2_auth_enablein st2 role (@armab)
- New #70: Add
EL6/7support forrabbitmqrole (@humblearner) - New #65: Add
EL6/7support formongodbrole (@humblearner) - New #72: Add multi-machine support (4 platforms) in Vagrantfile (@humblearner)
- New #78:
EL6/7support forst2mistralrole, introduce newpostgresqlrole (@humblearner) - New #80: Include fake
metain a root dir to support install viaansible-galaxycli (@armab) - New #69: Add
CentOS6CI in Travis (@armab) - New #68: Add
CentOS7CI in Travis (@armab) - New #52: Add
ansible-lintCI checks via CircleCI (@armab) - New #77: Add
EL6/7support forst2webrole, introduce newnginxrole (@humblearner) - New #66: Add
EL6/7support forst2andst2reposroles, introduce newepelrole (@Mierdin) - Enh #61: Replace outdated
sudowithbecome, minor enhancements (@Mierdin) - Enh #62: Make
Ubuntu Xenialdefault Vagrantfile box (@Mierdin) - Enh #73: Ensure rabbitmq is enabled and running (@armab)
- Enh #85: Ensure st2 services are enabled and running (@armab)
- Fix #6: Idempotence (@humblearner, @armab)
- Fix #64: Fix mongodb installation failing at task:
Add mongodb key(@humblearner) - Fix #63: Fix Vagrantfile SSH port collisions on some environments (@humblearner)
- Fix #90: Don't update cache during package installs (@armab)
- Fix #92: Add missing dependencies for
nginxrole (@humblearner) - Fix #93: Fix SELinux module work for nginx role (@armab)
- Fix #97: Add missing step to disable
requirettyfor st2 system user (@Mierdin) - Fix #98: Fix
st2websmoke-test can't access webui in AWS environment (@Mierdin) - Fix #96: Multiple final fixes and improvements to support
EL6/7(@armab) - Fix #101: Fix task include in postgresql role (@armab)
v0.5.1
v0.5.0
- Chg #55: Pin Ansible version to
2.1.2max due to PostgreSQL role incompatibility - Chg #56: Update
ANXS.postgresqlgalaxy external rolev1.2.1->v1.5.0
- New #50: Infrastructure testing with
Test-KitchenandDockerinTravis - Bug #53: Fix Ansible
2.1become-unprivileged-user compatibility (@unicell) - Bug #54: Fix kitchen-docker for OSX (@jvrplmlmn)