Skip to content

Commit 044466b

Browse files
authored
Bumped version to 9.0.1 (#139)
* bumped to version 9.0.2
1 parent cf5a81b commit 044466b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/splunk/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ slack_token: undefined
66
splunk_home: auto_determined # This gets set by main.yml but we have to define it here or Ansible will complain that it is undefined
77
splunk_package_url: auto_determined # This gets set by main.yml but we have to define it here or Ansible will complain that it is undefined
88
splunk_package_path: ~/
9-
splunk_package_version: 9.0.0.1 # The default version to install or update to. This can be set in `group_vars` or `host_vars`.
10-
build_id: 9e907cedecb1 # The default build to install or update to. This can be set in `group_vars` or `host_vars`.
9+
splunk_package_version: 9.0.2 # The default version to install or update to. This can be set in `group_vars` or `host_vars`.
10+
build_id: 17e00c557dc1 # The default build to install or update to. This can be set in `group_vars` or `host_vars`.
1111
splunk_package_url_full: "https://download.splunk.com/products/splunk/releases/{{ splunk_package_version }}/linux/splunk-{{ splunk_package_version }}-{{ build_id }}-Linux-x86_64.tgz"
1212
splunk_package_url_uf: "https://download.splunk.com/products/universalforwarder/releases/{{ splunk_package_version }}/linux/splunkforwarder-{{ splunk_package_version }}-{{ build_id }}-Linux-x86_64.tgz"
1313
splunk_install_type: undefined # There are two ways to configure this. The easiest way is to nest hosts under either a "full" group or a "uf" group in your inventory and main.yml will handle it for you. Or, you can also set the value via a group_vars or host_vars file.

0 commit comments

Comments
 (0)