ansible-role-for-splunk
ansible-role-for-splunk copied to clipboard
Splunk@Splunk's Ansible role for installing Splunk, upgrading Splunk, and installing apps/addons on Splunk deployments (VM/bare metal)
SmartStore is usually no fun to configure and it would be nice if there was a task for testing this on indexers - everything is done in apps, except for...
Allow user to define custom `.bashrc` and `.bash_profile` template filenames defined in their custom group_vars.
The logrotate config based on the `splunk_facl.j2` template created by the `configure_facl.yml` task seems to be invalid: ``` logrotate[685980]: error: splunk_facl:1 lines must begin with a keyword or a filename...
**Have you thought about a task for cleaning up or removing of old or not approved apps?** My thoughts would be 1. Validating `git_apps` list and the `manifest file` for...
I have deployed Splunk multiple times on CentOS 7 using this repo without any trouble. Attempted to deploy on a fresh Ubuntu 20.04 Server today and got the following error:...
We need example `groupname_prefix=splunk_`, that, if configured will make the groupnames we need to use like `splunk_uf`, `splunk_full` and so on. We want to use ansible-role-for-splunk in a larger ansible...
Splunk has documentation on how to successfully perform rolling upgrades for both the search and indexing tiers. Would it be possible to implement these into the `splunk_upgrade_full_stack.yml`, `upgrade_splunk.yml`, or potentially...
At the moment changing Splunk.secret will break everything and rerunning ansible playbook will always force configs to be updated and splunk restarted even though the password values are exactly the...
Ansible tasks should be idempotent. If the search head cluster already had a captain this task should be able to figure that out and skip.