diff --git a/inventories/group_vars/vars.yml b/inventories/cluster/group_vars/vars.yml similarity index 100% rename from inventories/group_vars/vars.yml rename to inventories/cluster/group_vars/vars.yml diff --git a/inventories/cluster/hosts.yml b/inventories/cluster/hosts.yml new file mode 100644 index 0000000..142e619 --- /dev/null +++ b/inventories/cluster/hosts.yml @@ -0,0 +1,27 @@ +--- + 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: diff --git a/inventories/hosts.yml b/inventories/hosts.yml deleted file mode 100644 index 5ad9651..0000000 --- a/inventories/hosts.yml +++ /dev/null @@ -1,27 +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: