From 081af3d982d1f4a9eae05861b47983899988d8fe Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 31 Mar 2023 14:50:36 +0200 Subject: [PATCH] exclusion host --- install_splunk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_splunk.yml b/install_splunk.yml index 0a61807..2767c5c 100644 --- a/install_splunk.yml +++ b/install_splunk.yml @@ -1,4 +1,4 @@ -- hosts: all_splunk_instances +- hosts: all_splunk_instances:!splunk_uf_linux:!splunk_uf_windows tasks: - name: Gathering Facts include_tasks: roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml