From ad4070802d1e0b643ad047b335ac32caef6f6888 Mon Sep 17 00:00:00 2001 From: Jewnix Date: Wed, 24 Jan 2024 14:49:03 -0500 Subject: [PATCH] bumped to version 9.1.3 (#220) --- roles/splunk/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/splunk/defaults/main.yml b/roles/splunk/defaults/main.yml index 833da4c8..fdf939ea 100644 --- a/roles/splunk/defaults/main.yml +++ b/roles/splunk/defaults/main.yml @@ -6,8 +6,8 @@ slack_token: undefined 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 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 splunk_package_path: ~/ -splunk_package_version: 9.1.2 # The default version to install or update to. This can be set in `group_vars` or `host_vars`. -build_id: b6b9c8185839 # The default build to install or update to. This can be set in `group_vars` or `host_vars`. +splunk_package_version: 9.1.3 # The default version to install or update to. This can be set in `group_vars` or `host_vars`. +build_id: d95b3299fa65 # The default build to install or update to. This can be set in `group_vars` or `host_vars`. 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" 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" splunk_download_local: true # This defines how the download process works. If `true` it will download to localhost and copy around to hosts from there. If `false` each host will download the package individually.