From 76b132e25f228918b78812aea0a8d4fe5bf79501 Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 12 Dec 2023 12:10:00 +0000 Subject: feat(terraform): Remove ansible dependency - terraform ansible is not supported on aarch Signed-off-by: Peter Mikus Change-Id: I3d1a592b4ed97fe635813dccbf78dc42d14e0fa9 --- fdio.infra.terraform/terraform-aws-1n-c6in/hosts.tftpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fdio.infra.terraform/terraform-aws-1n-c6in/hosts.tftpl (limited to 'fdio.infra.terraform/terraform-aws-1n-c6in/hosts.tftpl') diff --git a/fdio.infra.terraform/terraform-aws-1n-c6in/hosts.tftpl b/fdio.infra.terraform/terraform-aws-1n-c6in/hosts.tftpl new file mode 100644 index 0000000000..f02586cc99 --- /dev/null +++ b/fdio.infra.terraform/terraform-aws-1n-c6in/hosts.tftpl @@ -0,0 +1,9 @@ +all: + children: + tg: + hosts: + {{ tg_public_ip }} + sut: + hosts: + {{ dut1_public_ip | default() }} + {{ dut2_public_ip | default() }} -- cgit 1.2.3-korg