Disabling ip creation by default

This commit is contained in:
Tyler Hale 2024-08-01 13:00:45 -06:00
parent c7b4e85d96
commit 3d07756e0a
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ haproxy_shared_priority: 100
haproxy_bind_adapter: "eth0"
haproxy_keepalived_adapter: "eth0"
haproxy_keepalived_adapter_vlan: ""
haproxy_keepalived_ip: 172.16.10.1/24
haproxy_keepalived_ip: ""
# Cerbot configuration
haproxy_certbot_enable: true