Compare commits

..

No commits in common. "62f3ac22b2afffa372b7013c99b8702d40bc5dc2" and "bc19a7638bd6ab2e16ae938803125378e17ae931" have entirely different histories.

3 changed files with 1 additions and 18 deletions

View File

@ -7,15 +7,6 @@
name: terraform_vm
vars:
terraform_vm_project_path: /home/vez/homelab/terraform/projects/terransible
terraform_vars_vm_attr:
mast:
ram: 2048
cpu: 2
vlan: 66
work:
ram: 1024
cpu: 1
vlan: 66
- name: Ping
hosts: servers

View File

@ -1,7 +1,2 @@
---
terraform_vm_state: present
terraform_vars_vm_attr:
vm:
ram: 2048
cpu: 2
vlan: 66
terraform_vm_state: present

View File

@ -3,9 +3,6 @@
cloud.terraform.terraform:
project_path: "{{ terraform_vm_project_path }}"
state: "{{ terraform_vm_state }}"
complex_vars: true
variables:
vm_attr: "{{ terraform_vars_vm_attr }}"
- name: Refresh inventory
ansible.builtin.meta: refresh_inventory