ajout_attibution de droits

master
JocelynPa 3 years ago
parent 33611b890c
commit 1e575c84b2

@ -18,6 +18,9 @@
dest: "/opt"
remote_src: yes
- name: Attribution des droits
shell: "chown -R splunk:splunk /opt/splunk/*"
- name: Mettre à jour Splunk
shell: "/opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt"
@ -49,6 +52,9 @@
dest: "/opt"
remote_src: yes
- name: Attribution des droits
shell: "chown -R splunk:splunk /opt/splunk/*"
- name: Mettre à jour Splunk
shell: "/opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt"
@ -122,6 +128,9 @@
dest: "/opt"
remote_src: yes
- name: Attribution des droits
shell: "chown -R splunk:splunk /opt/splunk/*"
- name: Mettre à jour Splunk
shell: "/opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt"

Loading…
Cancel
Save