We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cad37 commit 66b0a7dCopy full SHA for 66b0a7d
roles/StackStorm.st2web/defaults/main.yml
@@ -10,3 +10,6 @@ st2web_ssl_certificate_key: null
10
11
# String with a custom nginx configuration file to replace st2.conf. If not provided, the default st2.conf will be used.
12
st2web_nginx_config: null
13
+
14
+# StackStorm version to install. `present` to install available package, `latest` to get automatic updates or pin it to numeric version like `2.2.0`.
15
+st2_version: 'latest'
roles/StackStorm.st2web/meta/main.yml
@@ -20,4 +20,3 @@ galaxy_info:
20
dependencies:
21
- role: StackStorm.nginx
22
- role: StackStorm.st2repo
23
- - role: StackStorm.st2
0 commit comments