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
|
||||
connection: local
|
||||
vars_files: group_vars/aws_node_local.yml
|
||||
roles:
|
||||
- role: jira_zdu_init
|
||||
|
||||
- hosts: all
|
||||
serial: 1
|
||||
any_errors_fatal: true
|
||||
vars_files: group_vars/aws_node_local.yml
|
||||
roles:
|
||||
- role: aws_common
|
||||
- role: product_common
|
||||
@@ -17,5 +19,6 @@
|
||||
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
vars_files: group_vars/aws_node_local.yml
|
||||
roles:
|
||||
- role: jira_zdu_finish
|
||||
Reference in New Issue
Block a user