|
|
|
@ -1,6 +1,7 @@
|
|
|
|
---
|
|
|
|
---
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
become: yes
|
|
|
|
become: yes
|
|
|
|
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
hosts: splunk_indexer
|
|
|
|
hosts: splunk_indexer
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- name: "Stop IDX"
|
|
|
|
- name: "Stop IDX"
|
|
|
|
@ -8,6 +9,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
become: yes
|
|
|
|
become: yes
|
|
|
|
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
hosts: splunk_search_head
|
|
|
|
hosts: splunk_search_head
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- name: "Stop SH"
|
|
|
|
- name: "Stop SH"
|
|
|
|
@ -15,6 +17,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
become: yes
|
|
|
|
become: yes
|
|
|
|
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
hosts: splunk_deployement
|
|
|
|
hosts: splunk_deployement
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- name: "Stop DSMC"
|
|
|
|
- name: "Stop DSMC"
|
|
|
|
@ -22,6 +25,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
become: yes
|
|
|
|
become: yes
|
|
|
|
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
hosts: splunk_uf_Linux
|
|
|
|
hosts: splunk_uf_Linux
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- name: "Stop FW"
|
|
|
|
- name: "Stop FW"
|
|
|
|
|