create role terraform_vm

This commit is contained in:
2025-03-28 21:16:42 +00:00
parent 995e99c1e6
commit c3db663e9e
5 changed files with 27 additions and 22 deletions

View File

@@ -0,0 +1,2 @@
---
terraform_vm_state: present

View File

@@ -0,0 +1,8 @@
---
- name: Create a VM
cloud.terraform.terraform:
project_path: "{{ terraform_vm_project_path }}"
state: "{{ terraform_vm_state }}"
- name: Refresh inventory
ansible.builtin.meta: refresh_inventory