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