mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 09:53:06 -06:00
Implement playbook to do ZDU
This commit is contained in:
21
aws_jira_cluster_zdu.yml
Normal file
21
aws_jira_cluster_zdu.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
roles:
|
||||
- role: jira_zdu_init
|
||||
|
||||
- hosts: all
|
||||
serial: 1
|
||||
any_errors_fatal: true
|
||||
roles:
|
||||
- role: aws_common
|
||||
- role: product_common
|
||||
- role: product_install
|
||||
- role: jira_config
|
||||
- role: product_startup
|
||||
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
roles:
|
||||
- role: jira_zdu_finish
|
||||
Reference in New Issue
Block a user