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