From e93dbf2ecf162ae667d79fa1f8a4479c02b11a40 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 18 May 2020 17:12:21 +0100 Subject: [PATCH] Remove ansible_host definition No idea why it was there, too much noise! --- ansible/hosts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/hosts b/ansible/hosts index 40a7243..6ba435d 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -1,3 +1,3 @@ -casey ansible_host=10.23.0.1 -intersect ansible_host=10.23.0.2 -grimes ansible_host=10.23.0.3 +casey +intersect +grimes