You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-19Lines changed: 14 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ With over [50+ integrations](https://github.com/StackStorm/st2contrib/tree/maste
5
5
Aka IFTTT orchestration for Ops.
6
6
7
7
[](https://circleci.com/gh/StackStorm/ansible-st2/tree/master)
@@ -29,9 +29,8 @@ Below is the list of variables you can redefine in your playbook to customize st
29
29
30
30
| Variable | Default | Description |
31
31
| --------------------- | ------------- | ----- |
32
-
| `st2_version` | `stable` | StackStorm version to install. Latest `stable`, `unstable` to get automatic updates or pin it to numeric version like `0.12.1`.
33
-
| `st2_revision` | `current` | StackStorm revision to install. `current` to get latest build (autoupdating) or pin it to numeric build like `6`.
34
-
| `st2_action_runners` | `ansible_processor_vcpus` | Number of action runner workers to start. Defaults to number of machine vCPUs, but not less than 2.
32
+
| `st2_version` | `stable` | StackStorm version to install. Use latest `stable` to get automatic updates or pin it to numeric version like `1.4.0`.
33
+
| `st2_revision` | `1` | StackStorm revision to install. Used only with pinned `st2_version`.
35
34
| `st2_system_user` | `stanley` | System user on whose behalf st2 would work, including remote/local action runners.
36
35
| `st2_system_user_in_sudoers` | `yes`| Add `st2_system_user` to the sudoers (recommended for most `st2` features to work).
37
36
| `st2_auth_username` | `testu` | Username used by StackStorm standalone authentication.
@@ -41,32 +40,28 @@ Below is the list of variables you can redefine in your playbook to customize st
41
40
| `mistral_db_password` | `StackStorm` | PostgreSQL DB password for Mistral.
42
41
43
42
## Examples
44
-
Install `stable` StackStorm with all its components on local machine:
43
+
Install latest `stable` StackStorm with all its components on local machine:
> Note that keeping `stable` version is useful to update StackStorm by re-running playbook, since it will reinstall st2 if there is new version available.
50
-
This is default behavior. If you don't want updates - consider pinning version numbers.
49
+
This is default behavior. If you don't want updates - consider pinning version-revision numbers.
51
50
52
51
Install specific numeric version of st2 with pinned revision number as well:
For your best experience there are different convenient ways to install and explore StackStorm engine.
63
-
*[All-in-one Installer](http://docs.stackstorm.com/install/all_in_one.html) - preferred way (especially for production). Graphical installer, more secure, better tested and robust.
If you're in stuck, our community always ready to help, feel free to:
71
-
* Ask questions on [IRC: #stackStorm on freenode.net](http://webchat.freenode.net/?channels=stackstorm) or our [public Slack channel](https://stackstorm.typeform.com/to/K76GRP)
72
-
* Report bug, provide feature request or just give us a ✮ star at [GitHub st2](https://github.com/StackStorm/st2)
64
+
* Ask questions in our [public Slack channel](https://stackstorm.com/community-signup)
65
+
*[Report bug](https://github.com/StackStorm/ansible-st2/issues), provide [feature request](https://github.com/StackStorm/ansible-st2/pulls) or just give us a ✮ star
0 commit comments