diff options
author | Tomas Alexy <tomas.alexy@pantheon.tech> | 2021-04-08 15:50:24 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-04-12 05:49:55 +0000 |
commit | 647a693a245ae450756fb3bd9446db856e712812 (patch) | |
tree | 128aa75cf1d9f69c03fbe198071465aa15636b16 /fdio.infra.ansible/roles/topology/templates | |
parent | ae5cd8ce30c435a83868ff7e13d88d41594c227c (diff) |
Infra: AWS bootstrap integration
Signed-off-by: Tomas Alexy <tomas.alexy@pantheon.tech>
Change-Id: I254c79201a198ee054851c934167a24e9e8803cb
Diffstat (limited to 'fdio.infra.ansible/roles/topology/templates')
-rw-r--r-- | fdio.infra.ansible/roles/topology/templates/hosts.j2 | 9 |
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..12a992dfec --- /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 }} + {{ dut2_public_ip | default() }} |