You've already forked splunk-upgrade
changed over to import_tasks
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
- name: Upgrade the index_cluster_manager
|
- name: Upgrade the Indexer Master
|
||||||
hosts: index-cluster-masters
|
hosts: index-cluster-masters
|
||||||
become: true
|
become: true
|
||||||
handlers:
|
handlers:
|
||||||
- include_tasks: handlers/splunk.yml
|
- import_tasks: handlers/splunk.yml
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: tasks/common.yml
|
- import_tasks: tasks/common.yml
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
- name: Upgrade the searchhead deployer
|
- name: Upgrade the searchhead deployer
|
||||||
hosts: search-head-cluster-managers
|
hosts: searchhead-cluster-managers
|
||||||
become: true
|
become: true
|
||||||
handlers:
|
handlers:
|
||||||
- include_tasks: handlers/splunk.yml
|
- import_tasks: handlers/splunk.yml
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: tasks/common.yml
|
- import_tasks: tasks/common.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user