From a678231f39f4d4ea079018e7d11be36d0cc454d2 Mon Sep 17 00:00:00 2001 From: Tomas Alexy Date: Thu, 28 Jan 2021 08:59:22 +0100 Subject: Infra: Fix AWS deployment Signed-off-by: Tomas Alexy Change-Id: Ie24f5fac5827e28b1ac7c22192a94994700b2910 --- resources/tools/testbed-setup/ansible/site.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'resources/tools/testbed-setup/ansible/site.yaml') diff --git a/resources/tools/testbed-setup/ansible/site.yaml b/resources/tools/testbed-setup/ansible/site.yaml index 5ac76ca340..1d755dbae0 100644 --- a/resources/tools/testbed-setup/ansible/site.yaml +++ b/resources/tools/testbed-setup/ansible/site.yaml @@ -2,16 +2,23 @@ # file: site.yaml - import_playbook: tg.yaml - tags: tg + tags: + - tg + - tg_aws - import_playbook: sut.yaml - tags: sut + tags: + - sut + - sut_aws - import_playbook: vpp_device.yaml - tags: vpp-device + tags: + - vpp-device - import_playbook: nomad.yaml - tags: nomad + tags: + - nomad - import_playbook: dev.yaml - tags: dev + tags: + - dev -- cgit 1.2.3-korg