Skip to content

Commit a9642c8

Browse files
author
armab
committed
Add README entry about the new st2_packs variable
1 parent 66f65af commit a9642c8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Below is the list of variables you can redefine in your playbook to customize st
3535
| **st2**
3636
| `st2_version` | `latest` | StackStorm version to install. Use latest `latest` to get automatic updates or pin it to numeric version like `2.1.1`.
3737
| `st2_revision` | `1` | StackStorm revision to install. Used only with pinned `st2_version`.
38+
| `st2_packs` | `[]` | A list of integration packs to install from [StackStorm Exchange](https://exchange.stackstorm.org/) or GitHub.
3839
| `st2_system_user` | `stanley` | System user from which st2 will execute local/remote shell actions.
3940
| `st2_system_user_in_sudoers` | `yes`| Add `st2_system_user` to the sudoers (recommended for most `st2` features to work).
4041
| `st2_ssh_key_file` | `/home/{{st2_system_user}}/.ssh/{{st2_system_user}}_rsa` | Path to `st2_system_user` SSH private key. It will be autogenerated by default.

roles/st2/defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ st2_version: latest
66
# used only if 'st2_version' is numeric
77
st2_revision: 1
88

9+
# List of integration packs to install from StackStorm Exchange or GitHub
10+
st2_packs: []
11+
912
# System user from which st2 will execute local/remote shell actions
1013
st2_system_user: stanley
1114
# Add `st2_system_user` to the sudoers (recommended for most `st2` features to work)

0 commit comments

Comments
 (0)