You've already forked splunk-upgrade
Add playbooks for all tiers. And global distributed playbook.
This commit is contained in:
8
indexers.yml
Normal file
8
indexers.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Upgrade the Indexer Cluster
|
||||
hosts: indexers
|
||||
become: true
|
||||
handlers:
|
||||
- import_tasks: handlers/splunk.yml
|
||||
tasks:
|
||||
- import_tasks: tasks/common.yml
|
||||
Reference in New Issue
Block a user