From a0c99f7d37f8460a5f362ef3402d9afdc6284e86 Mon Sep 17 00:00:00 2001 From: Juraj Linkeš Date: Wed, 1 Jul 2020 13:21:07 +0200 Subject: Infra: Update ansible ARM dev server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove nomad installation from the ARM dev server and add a generic vppdev user to it. Add ansible role dev for this. Change-Id: Icb967ff18cbe939464ddb3d8dbce5101747e739f Signed-off-by: Juraj Linkeš --- resources/tools/testbed-setup/ansible/site.yaml | 3 +++ 1 file changed, 3 insertions(+) (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 6ea7fa1d0f..5ac76ca340 100644 --- a/resources/tools/testbed-setup/ansible/site.yaml +++ b/resources/tools/testbed-setup/ansible/site.yaml @@ -12,3 +12,6 @@ - import_playbook: nomad.yaml tags: nomad + +- import_playbook: dev.yaml + tags: dev -- cgit 1.2.3-korg