You've already forked splunk-upgrade
Import handlers and tasks from common.yml
This commit is contained in:
8
cluster-master.yml
Normal file
8
cluster-master.yml
Normal file
@@ -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
|
||||
8
searchhead-deployer.yml
Normal file
8
searchhead-deployer.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user