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.

27 lines
662 B

---
- name: Restart Cluster_SH
become: yes
become_user: "{{ privileged_user }}"
hosts: splunk_search_head
tasks:
- name: "Start Splunk via cli"
command: "{{ splunk_exec }} restart"
# - name: "Start Splunk via cli"
# command: "{{ splunk_exec_uf }} restart"
- name: Restart Cluster_IDX
become: yes
become_user: "{{ privileged_user }}"
hosts: splunk_indexer
tasks:
- name: "Start Splunk via cli"
command: "{{ splunk_exec }} restart"
- name: Restart Cluster_Master
become: yes
become_user: "{{ privileged_user }}"
hosts: splunk_cluster_master
tasks:
- name: "Start Splunk via cli"
command: "{{ splunk_exec }} restart"