remove paramètre non compatible

master
JocelynPa 3 years ago
parent cf718c6382
commit a8082bf8bb

@ -32,7 +32,7 @@
shell: "chown -R splunk:splunk /opt/splunk/*" shell: "chown -R splunk:splunk /opt/splunk/*"
- name: Démarrer Splunk - name: Démarrer Splunk
shell: "/opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt --answer-accept-changes && /opt/splunk/bin/splunk enable boot-start -user splunk" shell: "/opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt && /opt/splunk/bin/splunk enable boot-start -user splunk"
- name: Appliquer les changements de configuration - name: Appliquer les changements de configuration
shell: "/opt/splunk/bin/splunk apply cluster-bundle --answer-yes --no-prompt" shell: "/opt/splunk/bin/splunk apply cluster-bundle --answer-yes --no-prompt"

Loading…
Cancel
Save