|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
---
|
|
|
|
|
- name: "Deploy Configuration for Instance Splunk"
|
|
|
|
|
become: yes
|
|
|
|
|
hosts: all:!splunk_uf_Linux
|
|
|
|
|
hosts: all:!splunk_uf_Linux:!splunk_uf_Windows
|
|
|
|
|
tasks:
|
|
|
|
|
- name: Deploy_Conf-to-Splunk
|
|
|
|
|
include_tasks: roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml
|
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
|
|
- name: "Restart de fin d'initialisation Splunk"
|
|
|
|
|
become: yes
|
|
|
|
|
hosts: all:!splunk_uf_Linux
|
|
|
|
|
hosts: all:!splunk_uf_Linux:!splunk_uf_Windows
|
|
|
|
|
tasks:
|
|
|
|
|
- name: Restart_SPL
|
|
|
|
|
include_tasks: roles/splunk_deploy/tasks/Restart_SPL.yml
|
|
|
|
|
|