Files
splunk-upgrade/handlers/splunk.yml

13 lines
308 B
YAML
Raw Normal View History

2018-10-14 21:05:15 +13:00
---
- name: Stop Splunk
command: /opt/splunk/bin/splunk stop
become_user: splunk
- name: Start Splunk
command: /opt/splunk/bin/splunk start
become_user: splunk
- name: Start Splunk (No Warning)
command: /opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt
become_user: splunk