JocelynPa 3 years ago
parent ed531911f3
commit 65431405dd

@ -22,6 +22,12 @@
- name: Deploy_Configuration
include_tasks: roles/splunk_deploy/tasks/Deploy_Conf_SHC_Init.yml
- name: "Restart de fin d'initialisation Splunk"
become: yes
hosts: all:!splunk_uf_Linux
tasks:
- name: Deploy_Configuration
include_tasks: roles/splunk_deploy/tasks/Restart_SPL.yml
- name: "Deploy Configuration Bootstrap SHC"
become: yes

@ -0,0 +1,4 @@
- name: "Stop Splunk via cli"
command: "{{ splunk_exec }} restart"
become: yes
become_user: "{{ privileged_user }}"
Loading…
Cancel
Save