rearrange variables and add parallelism

This commit is contained in:
2025-04-09 19:42:12 +00:00
parent b13a0b4ed9
commit bfd5db44a0
2 changed files with 6 additions and 12 deletions

View File

@@ -1,8 +1,10 @@
---
- name: Deploy a Terraform infrastructure
delegate_to: localhost
cloud.terraform.terraform:
project_path: "{{ terraform_vm_project_path }}"
state: "{{ terraform_vm_state }}"
parallelism: 3
complex_vars: true
variables:
multi_node_deployment: "{{ terraform_vars_multi_node_deployment | default(omit)}}"