feat(terraform): Remove ansible dependency
[csit.git] / fdio.infra.terraform / terraform-aws-3n-c6in / hosts.tftpl
diff --git a/fdio.infra.terraform/terraform-aws-3n-c6in/hosts.tftpl b/fdio.infra.terraform/terraform-aws-3n-c6in/hosts.tftpl
new file mode 100644 (file)
index 0000000..f02586c
--- /dev/null
@@ -0,0 +1,9 @@
+all:
+  children:
+    tg:
+      hosts:
+        {{ tg_public_ip }}
+    sut:
+      hosts:
+        {{ dut1_public_ip | default() }}
+        {{ dut2_public_ip | default() }}