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
st2chatops
role (@humblearner) - New #126: Add StackStorm Enterprise via
bwc
role (@lakshmi-kannan) - New #133: Add option to configure
st2web
with custom SSL certificate (@armab) - New #121: Add option to adjust settings in
st2.conf
andmistral.conf
(@armab) - Enh #123: Document installing StackStorm via proxy with Ansible (@ytjohn)
- Enh #118: Various Vagrantfile fixes & enhancements (@armab)
- Enh #131: Set
ubuntu/xenial64
as 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
bwc
license lookup logic was failing in ansible-push mode (@userlocalhost) - Bug #141: Fix failing CI on forked PRs with the new
st2chatops
andbwc
roles (@armab)
v0.6.2
v0.6.1
- New #104: Save auth credentials in
/root/.st2/config
file for CLI (@dzimine) - Enh #106: Move virtualhost dirs management from
st2web
tonginx
role (@armab) - Enh #110: Add StackStorm
unstable
repo to the Travis build matrix (@armab) - Bug #105: Fix
mistral register
re-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
->st2mistral
role (@humblearner) - Chg #94: Rename
mistral_
->st2mistral_
vars (@armab) - Chg #76: Remove galaxy
AXNS.postgresql
in favor of ownpostgresql
role (@humblearner) - Chg #83: Changed val to install st2 latest
st2_version=stable
->st2_version=latest
(@armab) - Chg #84: Renamed var:
enable_auth
->st2_auth_enable
in st2 role (@armab)
- New #70: Add
EL6/7
support forrabbitmq
role (@humblearner) - New #65: Add
EL6/7
support formongodb
role (@humblearner) - New #72: Add multi-machine support (4 platforms) in Vagrantfile (@humblearner)
- New #78:
EL6/7
support forst2mistral
role, introduce newpostgresql
role (@humblearner) - New #80: Include fake
meta
in a root dir to support install viaansible-galaxy
cli (@armab) - New #69: Add
CentOS6
CI in Travis (@armab) - New #68: Add
CentOS7
CI in Travis (@armab) - New #52: Add
ansible-lint
CI checks via CircleCI (@armab) - New #77: Add
EL6/7
support forst2web
role, introduce newnginx
role (@humblearner) - New #66: Add
EL6/7
support forst2
andst2repos
roles, introduce newepel
role (@Mierdin) - Enh #61: Replace outdated
sudo
withbecome
, minor enhancements (@Mierdin) - Enh #62: Make
Ubuntu Xenial
default 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
nginx
role (@humblearner) - Fix #93: Fix SELinux module work for nginx role (@armab)
- Fix #97: Add missing step to disable
requiretty
for st2 system user (@Mierdin) - Fix #98: Fix
st2web
smoke-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.2
max due to PostgreSQL role incompatibility - Chg #56: Update
ANXS.postgresql
galaxy external rolev1.2.1
->v1.5.0
- New #50: Infrastructure testing with
Test-Kitchen
andDocker
inTravis
- Bug #53: Fix Ansible
2.1
become-unprivileged-user compatibility (@unicell) - Bug #54: Fix kitchen-docker for OSX (@jvrplmlmn)