Infra: AWS bootstrap integration
[csit.git] / fdio.infra.ansible / roles / topology / templates / hosts.j2
diff --git a/fdio.infra.ansible/roles/topology/templates/hosts.j2 b/fdio.infra.ansible/roles/topology/templates/hosts.j2
new file mode 100644 (file)
index 0000000..12a992d
--- /dev/null
@@ -0,0 +1,9 @@
+all:
+  children:
+    tg:
+      hosts:
+        {{ tg_public_ip }}
+    sut:
+      hosts:
+        {{ dut1_public_ip }}
+        {{ dut2_public_ip | default() }}