Project Restructure

This commit is contained in:
2022-10-31 16:08:42 +13:00
parent 2f785fcf6a
commit 3ab2cd4c89
12 changed files with 226 additions and 227 deletions

View File

@@ -1,12 +1,12 @@
---
- 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
---
- 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