Add playbooks for all tiers. And global distributed playbook.

This commit is contained in:
2018-10-31 15:15:06 +13:00
parent 8d6ab4b4ed
commit fb04430351
5 changed files with 45 additions and 0 deletions

8
indexers.yml Normal file
View 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