Files
product-demos/cloud/create_infra.yml
willtome 51273afedd Cloud (#8)
Add Create Infra and Create VM demo
2022-03-22 18:53:28 -04:00

12 lines
233 B
YAML

---
- 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