aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/topology/templates/hosts.j2
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.ansible/roles/topology/templates/hosts.j2')
-rw-r--r--fdio.infra.ansible/roles/topology/templates/hosts.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/fdio.infra.ansible/roles/topology/templates/hosts.j2 b/fdio.infra.ansible/roles/topology/templates/hosts.j2
new file mode 100644
index 0000000000..f02586cc99
--- /dev/null
+++ b/fdio.infra.ansible/roles/topology/templates/hosts.j2
@@ -0,0 +1,9 @@
+all:
+ children:
+ tg:
+ hosts:
+ {{ tg_public_ip }}
+ sut:
+ hosts:
+ {{ dut1_public_ip | default() }}
+ {{ dut2_public_ip | default() }}