Import handlers and tasks from common.yml

This commit is contained in:
2018-10-14 21:05:47 +13:00
parent 5625269efd
commit fcebac05d8
2 changed files with 16 additions and 0 deletions

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