From 2a39292b85e2ae0b2c562771088cda7e70127bc2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 19 May 2020 22:06:04 +0100 Subject: [PATCH] Revert "Remove ansible_host definition" This reverts commit e93dbf2ecf162ae667d79fa1f8a4479c02b11a40. Causes weird stability issues as the process received sig 15 and restarts, which is strange! --- ansible/hosts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/hosts b/ansible/hosts index 6ba435d..40a7243 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -1,3 +1,3 @@ -casey -intersect -grimes +casey ansible_host=10.23.0.1 +intersect ansible_host=10.23.0.2 +grimes ansible_host=10.23.0.3