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.

32 lines
833 B

---
- 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_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