mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 09:53:06 -06:00
Steal variables for ZDU from group_vars
This commit is contained in:
@@ -2,12 +2,14 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
|
vars_files: group_vars/aws_node_local.yml
|
||||||
roles:
|
roles:
|
||||||
- role: jira_zdu_init
|
- role: jira_zdu_init
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
serial: 1
|
serial: 1
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
|
vars_files: group_vars/aws_node_local.yml
|
||||||
roles:
|
roles:
|
||||||
- role: aws_common
|
- role: aws_common
|
||||||
- role: product_common
|
- role: product_common
|
||||||
@@ -17,5 +19,6 @@
|
|||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
|
vars_files: group_vars/aws_node_local.yml
|
||||||
roles:
|
roles:
|
||||||
- role: jira_zdu_finish
|
- role: jira_zdu_finish
|
||||||
Reference in New Issue
Block a user