aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/topology/templates/hosts.j2
blob: f02586cc996eb615f225fecb800e3257e63dc161 (plain)
1
2
3
4
5
6
7
8
9
all:
  children:
    tg:
      hosts:
        {{ tg_public_ip }}
    sut:
      hosts:
        {{ dut1_public_ip | default() }}
        {{ dut2_public_ip | default() }}