AWS terraform automation scripts
[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 }}_3n_skx_testbed.yaml'
8   tags:
9     - create-topology-file