Infra: Fix AWS deployment
[csit.git] / resources / tools / testbed-setup / ansible / roles / topology / tasks / main.yaml
1 ---
2 # file: roles/topology/tasks/main.yaml
3
4 - name: Create topology file
5   template:
6     src: "templates/topology_{{ cloud_topology }}.j2"
7     dest: "../../../../topologies/available/{{ cloud_topology }}_{{ testbed_name }}.yaml"
8   tags:
9     - create-topology-file