Files
product-demos/cloud/create_infra.yml
2023-03-07 16:55:34 -05:00

13 lines
292 B
YAML

---
- name: Create Cloud Infra
hosts: localhost
gather_facts: false
vars:
infra_provider: undef
aws_public_key: undef
tasks:
- name: Include provider role
ansible.builtin.include_role:
name: "demo.cloud.{{ infra_provider }}"
tasks_from: create_infra