Steal variables for ZDU from group_vars

This commit is contained in:
Ben Partridge
2020-03-25 17:06:49 +11:00
parent 9429e5243b
commit 51b90554f8

View File

@@ -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