master
JocelynPa 3 years ago
parent 248e852465
commit f1e6fd65e2

@ -15,6 +15,14 @@
- 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 }}"

Loading…
Cancel
Save