From 217f9e62461d4662b046f47b6e7f10f4fb8c4866 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Thu, 29 Aug 2024 20:47:38 +0200 Subject: [PATCH] fix: remove mentions of haproxy --- 11-architecture-guide.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/11-architecture-guide.md b/11-architecture-guide.md index 1321315..ef12afc 100644 --- a/11-architecture-guide.md +++ b/11-architecture-guide.md @@ -7,9 +7,6 @@ Hashistack-Ansible offers flexibility in deploying various environments, whether If you're setting up a test environment, you can deploy each service on a single host. Here’s an example of a minimal inventory file: ```ini -[haproxy_servers] -test-server - [vault_servers] test-server @@ -159,6 +156,3 @@ end nc -->|Service registration| c nc <--> ns ``` - -> [!NOTE] -> You can skip the HAProxy part if you're using an external load-balancing solution like AWS ALB or any other LB technology to connect to your platform.