splunk / docker-splunk

Splunk Docker GitHub Repository
450 stars 245 forks source link

redhat8 py/ansible upgrade #677

Closed jmeixensperger closed 2 weeks ago

jmeixensperger commented 3 weeks ago

Upgrade ansible-core 2.10 -> 2.15 (ansible 3.4.0 -> 8.x). The minimum supported Python version for control nodes is 3.9 (support matrix here: https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix)

Also fixes ansible interpreter issue on redhat where it uses /usr/libexec/platform-python (python 3.6) to execute the splunk_api custom module. This is fixed on the splunk/uf layer, and symlinking /usr/bin/python3 has been moved to the base layer to accommodate this.