ansible-role-for-splunk
ansible-role-for-splunk copied to clipboard
Enhancement: Make downloading of packages and apps configurable to be local vs remote
This is somewhat related to https://github.com/splunk/ansible-role-for-splunk/issues/37
Need to add support for:
- Downloading of Splunk packages on remote host
- Downloading of apps/addons on remote host
Currently everything is downloaded to the local ansible host, and then rsync'd over. However, this should be configurable.