diff --git a/cluster-master.yml b/cluster-master.yml new file mode 100644 index 0000000..b640ce3 --- /dev/null +++ b/cluster-master.yml @@ -0,0 +1,8 @@ +--- +- name: Upgrade the index_cluster_manager + hosts: index-cluster-masters + become: true + handlers: + - include_tasks: handlers/splunk.yml + tasks: + - import_tasks: tasks/common.yml diff --git a/searchhead-deployer.yml b/searchhead-deployer.yml new file mode 100644 index 0000000..f69b6b0 --- /dev/null +++ b/searchhead-deployer.yml @@ -0,0 +1,8 @@ +--- +- name: Upgrade the searchhead deployer + hosts: search-head-cluster-managers + become: true + handlers: + - include_tasks: handlers/splunk.yml + tasks: + - import_tasks: tasks/common.yml