ansible-st2
ansible-st2 copied to clipboard
Ansible Roles and Playbooks to deploy StackStorm
For simplicity reasons, at the moment we keep all the required roles (12) to install/configure StackStorm in one single repository `ansible-st2`, available under [`StackStorm.stackstorm`](https://galaxy.ansible.com/StackStorm/stackstorm/) Ansible Galaxy, see [`meta/main.yml`](https://github.com/StackStorm/ansible-st2/blob/master/meta/main.yml) workaround. Alternative...
Hi, For quite a some time Chrome browser does not accept to connect to sites with cert without subject alternative name extension.: https://eengstrom.github.io/musings/self-signed-tls-certs-v.-chrome-on-macos-catalina
Create a set of common rules, recommendations and conventions for development flow when contributing to `ansible-st2`.
This is a much-needed project for us. I want to build StackStorm in production environment with this. The current tasks in the RabbitMQ role just only install package and start...
Here is my installation command ``` ANSIBLE_FORCE_COLOR=true ansible-playbook stackstorm.yml -i ./hosts -vvv 2>&1 | tee install-2.log ``` Ansible-ST2 HEAD is ``` commit 97108985f3351d696d3413f2db3cf3d43eb43a89 Merge: 86a1cec 35abf1d Author: JP Bourget Date:...
Implement a convenient ansible-friendly way (as Ansible module) to install st2 packs, as well as provide configurations/settings for them. Decide: - define config settings in `yaml` plays inline - use...
Currently this repository contains 14 roles (2 of them smoketest roles), of which 6 are for services/tools which have other commonly used Ansible roles available. To decrease the complexity of...
Similar to [Pack Install #74](https://github.com/StackStorm/ansible-st2/issues/74) we'll need an abstraction for `st2` key/value store. For example define a list of K/V pairs in `yaml` which will be added in `st2` datastore...
From the: - https://github.com/StackStorm/st2-packages/pull/405 - https://github.com/StackStorm/st2docs/pull/363 At the moment we don't even configure any username/passwords for external services like Mongo, RabbitMQ with st2 Ansible installation. Additionally, we're not sure whether...
Ansible-lint (#52) works well. In addition to existing [`ansible-lint` rules](https://github.com/willthames/ansible-lint/tree/master/lib/ansiblelint/rules) there is another repo with set of pretty good checks, see: https://github.com/tsukinowasha/ansible-lint-rules Add them to existing checks.