ansible-st2 icon indicating copy to clipboard operation
ansible-st2 copied to clipboard

Ansible Roles and Playbooks to deploy StackStorm

Results 23 ansible-st2 issues
Sort by recently updated
recently updated
newest added

Ansible 2.5 is EOL as of yesterday (2019-05-16) because :tada: Ansible ~2.8~ *2.9* is here. 2.8: https://groups.google.com/forum/#!topic/ansible-announce/OmkhL4zN1oo 2.9: https://groups.google.com/forum/#!topic/ansible-announce/chcjYohq6dA I have not reviewed the ansible-st2 playbooks to see what we...

enhancement
help wanted
maintenance
good first issue

I noticed that the port that st2auth listens on is defined in st2.conf and in the systemd service file as a hardcoded value. I was wondering if it was possible...

The `StackStorm.st2web` role incorrectly declares a dependency on the `StackStorm.st2` module. This causes issues if trying to use these roles to only install individual components on a system. Example: if...

bug
size/S

Previously, if installing StackStorm in a multi-node environment, it would generate a new datastore key on every node. This change allows the datastore key to be specified as a variable...

feature
size/S

This Ansible module supports only installing/running select services by specifying the `st2_services` variable. However, when doing so it causes issues in various cases because, for example, things like `st2ctl reload...

feature
size/S

Now we create self-signed certificates with an SubjectAlternativeName as requested in #293 The openssl version shipped on RedHat/CentOS7 is too old and does not support the SAN attributes to be...

size/M

Adds auth to mongo when the `mongodb_auth_enable` flag is true. Any additional users should be passed in via `mongodb_users`. There are several other default variables as well (like `mongodb_host`, `mongodb_port`)...

feature
size/L

Implement logic described in https://github.com/StackStorm/ansible-st2/issues/74 to `install` & `configure` StackStorm integration packs via Ansible.

feature
WIP

Fix issue https://github.com/StackStorm/ansible-st2/issues/262 ``` - name: daemon-reload become: yes command: systemctl daemon-reload ```

status:to be verified
size/XS
status:need more info

There are options for providing `st2web_ssl_certificate` and `st2web_ssl_certificate_key`, which work just fine. It would be nice to alternatively provide paths to these files instead (versus the string contents). I'm currently...