create ansible folder

This commit is contained in:
2025-03-26 22:37:13 +00:00
parent de457e8e38
commit 995e99c1e6
3 changed files with 14 additions and 4 deletions

View File

@@ -1,14 +0,0 @@
---
- name: Deploy a Terraform infrastructure
hosts: localhost
tasks:
- name: terraform apply
cloud.terraform.terraform:
project_path: /home/vez/homelab/terraform/projects/terransible
state: present
register: tf_return
- name: Ping
hosts: servers
tasks:
- ping:

View File

@@ -1,2 +0,0 @@
---
plugin: cloud.terraform.terraform_provider