You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.0 KiB

---
- name: "Shutdown Infra Splunk"
become: yes
become_user: "{{ privileged_user }}"
hosts: splunk_indexer
tasks:
- name: "Stop IDX"
include_tasks: roles/splunk_shutdown/tasks/Stop_idx.yml
- name: "Shutdown Infra Splunk"
become: yes
become_user: "{{ privileged_user }}"
hosts: splunk_search_head
tasks:
- name: "Stop SH"
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"
become: yes
become_user: "{{ privileged_user }}"
hosts: splunk_deployement
tasks:
- name: "Stop DSMC"
include_tasks: roles/splunk_shutdown/tasks/Stop_dsmc.yml
- name: "Shutdown Infra Splunk"
become: yes
become_user: "{{ privileged_user }}"
hosts: splunk_uf_Linux
tasks:
- name: "Stop FW"
include_tasks: roles/splunk_shutdown/tasks/Stop_fw.yml