|
|
|
@ -15,6 +15,14 @@
|
|
|
|
- name: "Stop SH"
|
|
|
|
- name: "Stop SH"
|
|
|
|
include_tasks: roles/splunk_shutdown/tasks/Stop_sh.yml
|
|
|
|
include_tasks: roles/splunk_shutdown/tasks/Stop_sh.yml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
|
|
|
|
become: yes
|
|
|
|
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
|
|
|
|
hosts: splunk_cluster_master
|
|
|
|
|
|
|
|
tasks:
|
|
|
|
|
|
|
|
- name: "Stop CM"
|
|
|
|
|
|
|
|
include_tasks: roles/splunk_shutdown/tasks/Stop_cm.yml
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
- name: "Shutdown Infra Splunk"
|
|
|
|
become: yes
|
|
|
|
become: yes
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
|