diff --git a/aws_jira_cluster_zdu.yml b/aws_jira_cluster_zdu.yml index 601e521..ca5eb73 100644 --- a/aws_jira_cluster_zdu.yml +++ b/aws_jira_cluster_zdu.yml @@ -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 \ No newline at end of file