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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Below is the list of variables you can redefine in your playbook to customize st
35
35
| **st2**
36
36
| `st2_version` | `latest` | StackStorm version to install. Use latest `latest` to get automatic updates or pin it to numeric version like `2.1.1`.
37
37
| `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.
38
39
| `st2_system_user` | `stanley` | System user from which st2 will execute local/remote shell actions.
39
40
| `st2_system_user_in_sudoers` | `yes`| Add `st2_system_user` to the sudoers (recommended for most `st2` features to work).
40
41
| `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.
0 commit comments