fix: remove mentions of haproxy

Bertrand Lanson 2024-08-29 20:47:38 +02:00
parent b849df1d13
commit 217f9e6246
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw

@ -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. Heres an example of a minimal inventory file: If you're setting up a test environment, you can deploy each service on a single host. Heres an example of a minimal inventory file:
```ini ```ini
[haproxy_servers]
test-server
[vault_servers] [vault_servers]
test-server test-server
@ -159,6 +156,3 @@ end
nc -->|Service registration| c nc -->|Service registration| c
nc <--> ns 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.