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

Optimize permission set at install app phase #211

Open schneewe opened 12 months ago

schneewe commented 12 months ago

Changed the way we ensure correct permissions at install_apps tasks. We don't need to change the permissions of the complete app directory, after every single app. To changing this to the just copied directory should be fine. Additionally it is best practice to set a specific mode and the others don't need access.