From d26a0cb18842d7f566afeaed446dc64e197f9cd7 Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Thu, 19 Dec 2024 22:35:29 +0100 Subject: [PATCH] vmware_desktop does proper networking --- inventory/dev/hosts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/dev/hosts b/inventory/dev/hosts index 94005c8..09b6cc8 100644 --- a/inventory/dev/hosts +++ b/inventory/dev/hosts @@ -7,11 +7,11 @@ semaphore web [database] -controller ansible_host=192.168.178.60 +controller ansible_host=10.0.0.206 [semaphore] -controller ansible_host=192.168.178.60 +controller ansible_host=10.0.0.206 [web] -controller ansible_host=192.168.178.60 +controller ansible_host=10.0.0.206 [dev:vars] ansible_user=vagrant