From b82474874d4329d3e82ea8a22754b7b04cf969ee Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 10 Sep 2019 11:27:11 +0000 Subject: Ansible: Cascadelake include Signed-off-by: Peter Mikus Change-Id: Iecb18e9d94ff715e40152564fb778650d43a48d3 --- .../ansible/inventories/sample_inventory/hosts | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'resources/tools/testbed-setup/ansible/inventories/sample_inventory') diff --git a/resources/tools/testbed-setup/ansible/inventories/sample_inventory/hosts b/resources/tools/testbed-setup/ansible/inventories/sample_inventory/hosts index da5d7f1634..e8e1439db4 100644 --- a/resources/tools/testbed-setup/ansible/inventories/sample_inventory/hosts +++ b/resources/tools/testbed-setup/ansible/inventories/sample_inventory/hosts @@ -1,11 +1,9 @@ all: children: - skylake: # Architecture: (options) skylake, haswell, taishan... - children: - tg: - hosts: - 1.1.1.1: null #t1-tg - sut: - hosts: - 2.2.2.2: null #t1-sut1 - 3.3.3.3: null #t1-sut2 + tg: + hosts: + 1.1.1.1: #t1-tg + sut: + hosts: + 2.2.2.2: #t1-sut1 + 3.3.3.3: #t1-sut2 -- cgit 1.2.3-korg