Skip to content

Commit ef96064

Browse files
author
Mason Morales
authored
Update to version 8.2.1 (#78)
* Fix typo in README.md * Update default version to 8.2.1
1 parent 684a575 commit ef96064

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.1.3&product=splunk&filename=splunk-8.1.3-63079c59e632-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.1.3&product=universalforwarder&filename=splunkforwarder-8.1.3-63079c59e632-Linux-x86_64.tgz&wget=true
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
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)