splunk / ansible-role-for-splunk

Splunk@Splunk's Ansible role for installing Splunk, upgrading Splunk, and installing apps/addons on Splunk deployments (VM/bare metal)
Apache License 2.0
147 stars 103 forks source link

Splunk 9.1.1 on RHEL 9 #208

Closed rakesh-p closed 4 months ago

rakesh-p commented 1 year ago

Hi,

I managed to install splunk v9.1.1 (with index clustering) on RHEL 9.2 but I needed to do some tweak to successfully run the playbook. As we do not have variable file RedHat9.yml (inside the role vars folder https://github.com/splunk/ansible-role-for-splunk/blob/master/roles/splunk/vars/RedHat8.yml) , the playbook uses RedHat.yml file which is not useful for RHEL9. If we have a copy of RedHat8.yml as RedHat9.yml, installation will be smooth.

thanks, rakesh