Skip to content

Commit 879e67d

Browse files
committed
Provide Terraform Vars for playbook.
1 parent 1dce1b5 commit 879e67d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

multinode-app.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232

3333
- name: Deploy ansible playbook manually
3434
command: ansible-playbook -i ansible/inventory.yml ansible/configure-hosts.yml
35+
vars:
36+
terraform_binary_directory: "{{ playbook_dir }}/../bin"
37+
terraform_binary_path: "{{ terraform_binary_directory }}/../terraform"
38+
terraform_project_path: "{{ playbook_dir }}"
3539

3640
# Import the playbook to start configuring the multi-node hosts.
3741
#- name: Configure hosts and deploy ansible

0 commit comments

Comments
 (0)