From 319c8214e65d71ef4d49e327a6953a9cbccc1935 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 15 Dec 2016 12:03:30 -0500 Subject: [PATCH] ansible: update inventory Signed-off-by: Michael Jeanson --- automation/ansible/hosts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/ansible/hosts b/automation/ansible/hosts index e3824c1..ab21978 100644 --- a/automation/ansible/hosts +++ b/automation/ansible/hosts @@ -1,7 +1,7 @@ localhost ansible_connection=local [hosts] -cloud01.internal.efficios.com +#cloud01.internal.efficios.com cloud02.internal.efficios.com cloud03.internal.efficios.com cloud04.internal.efficios.com @@ -18,7 +18,7 @@ ci-node-armhf-02 ci-slave-arm64-01 [slave-powerpc] -ci-slave-powerpc-01 +ci-node-powerpc-01 [slave-ppc64el] 140.211.168.84 -- 2.34.1