StackStorm / ansible-st2

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

Minor changes to support Ubuntu Bionic. #253

Closed brucellino closed 4 years ago

brucellino commented 4 years ago

This makes minor changes necessary to the playbook tasks and variables which allow them to be executed against Ubuntu Bionic (18.04) hosts.

Changes made include

  1. Change MongoDB version to 4.0
  2. update MongoDB repo signing keys
  3. Update task "Get installed st2 version" to use python3 syntax.
  4. Comment out Mistral role, since it is not supported on Ubuntu 18.04

Ref: https://github.com/StackStorm/ansible-st2/issues/249

Signed-off-by: Bruce Becker bruce.becker@uefa.ch

nmaludy commented 4 years ago

@brucellino looks like you have an ansible lint error: https://circleci.com/gh/StackStorm/ansible-st2/920

arm4b commented 4 years ago

Implemented in https://github.com/StackStorm/ansible-st2/pull/269