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