From a2f825b9f1a596d587c6719e243cf872c11bf967 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 3 Mar 2023 19:52:17 +0100 Subject: [PATCH] update --- inventory/{ => cluster}/hosts.yaml | 2 ++ inventory/group_vars/{all_splunk_instances.yml => all.yml} | 0 2 files changed, 2 insertions(+) rename inventory/{ => cluster}/hosts.yaml (88%) rename inventory/group_vars/{all_splunk_instances.yml => all.yml} (100%) diff --git a/inventory/hosts.yaml b/inventory/cluster/hosts.yaml similarity index 88% rename from inventory/hosts.yaml rename to inventory/cluster/hosts.yaml index 57adbd6..696e46e 100644 --- a/inventory/hosts.yaml +++ b/inventory/cluster/hosts.yaml @@ -1,4 +1,6 @@ all_splunk_instances: + vars_files: + - /inventory/group_vars/all.yml children: splunk_search_head_TIC: hosts: diff --git a/inventory/group_vars/all_splunk_instances.yml b/inventory/group_vars/all.yml similarity index 100% rename from inventory/group_vars/all_splunk_instances.yml rename to inventory/group_vars/all.yml