Add Create Infra and Create VM demo
This commit is contained in:
willtome
2022-03-22 17:53:28 -05:00
committed by GitHub
parent cf90f1e145
commit 51273afedd
18 changed files with 478 additions and 5 deletions

11
cloud/create_infra.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: Create Cloud Infra
hosts: localhost
gather_facts: no
vars:
infra_provider: undef
aws_public_key: undef
tasks:
- include_role:
name: "demo.cloud.{{ infra_provider }}"
tasks_from: create_infra