From 7a764c27d7fff78f6543c7e72f82fc0563b62ee1 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 27 Mar 2023 14:59:19 +0200 Subject: [PATCH] Tests_host --- Inventories/cluster/hosts-TIA | 15 --------------- Inventories/cluster/hosts-TIA.yml | 16 ++++++++++++++++ hosts-TIA.yml | 16 ++++++++++++++++ 3 files changed, 32 insertions(+), 15 deletions(-) delete mode 100644 Inventories/cluster/hosts-TIA create mode 100644 Inventories/cluster/hosts-TIA.yml create mode 100644 hosts-TIA.yml diff --git a/Inventories/cluster/hosts-TIA b/Inventories/cluster/hosts-TIA deleted file mode 100644 index 5ca6f5e..0000000 --- a/Inventories/cluster/hosts-TIA +++ /dev/null @@ -1,15 +0,0 @@ -all_splunk_instances - -[splunk_indexer_TIA] -SVLATPLOGIDX01.mom.fr -SVLATPLOGIDX02.mom.fr - -[splunk_uf_Linux_TIA] -SVLATPSUPPFI01.mom.fr -SVLATPSUPPFI02.mom.fr - -[splunk_uf_Windows_TIA] -SVWATPSUPPFI01.mom.fr - -[splunk_cluster_master_TIA] -SVLATPLOGCLM01.mom.fr: \ No newline at end of file diff --git a/Inventories/cluster/hosts-TIA.yml b/Inventories/cluster/hosts-TIA.yml new file mode 100644 index 0000000..22b61ea --- /dev/null +++ b/Inventories/cluster/hosts-TIA.yml @@ -0,0 +1,16 @@ +all_splunk_instances: + children: + splunk_indexer_TIA: + hosts: + SVLATPLOGIDX01.mom.fr: + SVLATPLOGIDX02.mom.fr: + splunk_uf_Linux_TIA: + hosts: + SVLATPSUPPFI01.mom.fr: + SVLATPSUPPFI02.mom.fr: + splunk_uf_Windows_TIA: + hosts: + SVWATPSUPPFI01.mom.fr: + splunk_cluster_master_TIA: + hosts: + SVLATPLOGCLM01.mom.fr: \ No newline at end of file diff --git a/hosts-TIA.yml b/hosts-TIA.yml new file mode 100644 index 0000000..22b61ea --- /dev/null +++ b/hosts-TIA.yml @@ -0,0 +1,16 @@ +all_splunk_instances: + children: + splunk_indexer_TIA: + hosts: + SVLATPLOGIDX01.mom.fr: + SVLATPLOGIDX02.mom.fr: + splunk_uf_Linux_TIA: + hosts: + SVLATPSUPPFI01.mom.fr: + SVLATPSUPPFI02.mom.fr: + splunk_uf_Windows_TIA: + hosts: + SVWATPSUPPFI01.mom.fr: + splunk_cluster_master_TIA: + hosts: + SVLATPLOGCLM01.mom.fr: \ No newline at end of file