From e9d26d129b2507f764bdf4fca452a41dc482a883 Mon Sep 17 00:00:00 2001 From: Bas Meijer Date: Thu, 19 Dec 2024 22:54:26 +0100 Subject: [PATCH] deploy proxy on controller --- inventory/dev/hosts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/dev/hosts b/inventory/dev/hosts index 09b6cc8..ecb47c0 100644 --- a/inventory/dev/hosts +++ b/inventory/dev/hosts @@ -12,6 +12,8 @@ controller ansible_host=10.0.0.206 controller ansible_host=10.0.0.206 [web] controller ansible_host=10.0.0.206 +[proxy] +controller ansible_host=10.0.0.206 [dev:vars] ansible_user=vagrant