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

13
distributed.yml Normal file
View File

@@ -0,0 +1,13 @@
---
# Upgrade License Master
- import_playbook: cluster-master.yml
# Upgrade Deployment Server
- import_playbook: deployment-server.yml
# Upgrade Searchhead Deployer/s
- import_playbook: searchhead-deployer.yml
# Heavyweight Forwarder/s
- import_playbook: heavyweight-forwarders.yml
# Upgrade the Searchead Tier
- import_playbook: searchheads.yml
# Upgrade the Indexer Tier
- import_playbook: indexers.yml