diff --git a/inventories/cluster/host_vars/README.md b/inventories/cluster/host_vars/README.md new file mode 100644 index 0000000..e69de29 diff --git a/inventories/cluster/hosts-TIA.yml b/inventories/cluster/hosts-TIA.yml new file mode 100644 index 0000000..8c4f59e --- /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/inventories/cluster/hosts-TIC.yml b/inventories/cluster/hosts-TIC.yml new file mode 100644 index 0000000..6715fdb --- /dev/null +++ b/inventories/cluster/hosts-TIC.yml @@ -0,0 +1,29 @@ + all_splunk_instances: + children: + splunk_search_head_TIC: + hosts: + SVLCTPLOGPUB01.mom.fr: + SVLCTPLOGPUB02.mom.fr: + splunk_indexer_TIC: + hosts: + SVLCTPLOGIDX01.mom.fr: + SVLCTPLOGIDX02.mom.fr: + splunk_licence_master: + hosts: + SVLCTPLOGLMR.mom.fr: + splunk_uf_Linux_TIC: + hosts: + SVLCTPSUPPFI01.mom.fr: + SVLCTPSUPPFI02.mom.fr: + splunk_uf_Windows_TIC: + hosts: + SVWCTPSUPPFI01.mom.fr: + splunk_deployement_TIC: + hosts: + SVLCTPLOGSUP01.mom.fr: + splunk_monitoring_TIC: + hosts: + SVLCTPLOGSUP01.mom.fr: + splunk_cluster_master: + hosts: + SVLCTPLOGCLM01.mom.fr: diff --git a/inventories/cluster/hosts.yml b/inventories/cluster/hosts.yml deleted file mode 100644 index 6ea9ec0..0000000 --- a/inventories/cluster/hosts.yml +++ /dev/null @@ -1,29 +0,0 @@ -all_splunk_instances: - children: - splunk_search_head_TIC: - hosts: - SVLCTPLOGPUB01.mom.fr: - SVLCTPLOGPUB02.mom.fr: - splunk_indexer_TIC: - hosts: - SVLCTPLOGIDX01.mom.fr: - SVLCTPLOGIDX02.mom.fr: - splunk_licence_master: - hosts: - SVLCTPLOGLMR.mom.fr: - splunk_uf_Linux_TIC: - hosts: - SVLCTPSUPPFI01.mom.fr: - SVLCTPSUPPFI02.mom.fr: - splunk_uf_Windows_TIC: - hosts: - SVWCTPSUPPFI01.mom.fr: - splunk_deployement_TIC: - hosts: - SVLCTPLOGSUP01.mom.fr: - splunk_monitoring_TIC: - hosts: - SVLCTPLOGSUP01.mom.fr: - splunk_cluster_master: - hosts: - SVLCTPLOGCLM01.mom.fr: