diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/cloud_topology.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/cloud_topology.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/tools/testbed-setup/ansible/cloud_topology.yaml b/resources/tools/testbed-setup/ansible/cloud_topology.yaml new file mode 100644 index 0000000000..083a3bd368 --- /dev/null +++ b/resources/tools/testbed-setup/ansible/cloud_topology.yaml @@ -0,0 +1,9 @@ +--- +# file: cloud_topology.yaml + +- hosts: localhost + gather_facts: false + roles: + - role: topology + tags: topology + |