Skip to content

Commit d8a2951

Browse files
authored
Update to 8.2.2 (#95)
1 parent 4461cef commit d8a2951

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
@@ -7,8 +7,8 @@ slack_token: undefined
77
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
88
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
99
splunk_package_path: ~/
10-
splunk_package_url_full: https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version=8.2.1&product=splunk&filename=splunk-8.2.1-ddff1c41e5cf-Linux-x86_64.tgz&wget=true
11-
splunk_package_url_uf: https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version=8.2.1&product=universalforwarder&filename=splunkforwarder-8.2.1-ddff1c41e5cf-Linux-x86_64.tgz&wget=true
10+
splunk_package_url_full: https://d7wz6hmoaavd0.cloudfront.net/products/splunk/releases/8.2.2/linux/splunk-8.2.2-87344edfcdb4-Linux-x86_64.tgz
11+
splunk_package_url_uf: https://d7wz6hmoaavd0.cloudfront.net/products/universalforwarder/releases/8.2.2/linux/splunkforwarder-8.2.2-87344edfcdb4-Linux-x86_64.tgz
1212
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.
1313
splunk_install_path: /opt # Base directory on the operating system to which splunk should be installed
1414
splunk_nix_user: splunk

0 commit comments

Comments
 (0)