feat: HA ingress with keepalived and traefik
This commit is contained in:
@@ -7,11 +7,10 @@ proxmox_node: "pve"
|
||||
template_name: "debian-13-cloudinit"
|
||||
|
||||
ansible_user: root
|
||||
ansible_python_interpreter: /opt/homebrew/bin/python3
|
||||
|
||||
docker_packages:
|
||||
- docker.io
|
||||
- docker-compose-plugin
|
||||
- docker-compose
|
||||
|
||||
# Traefik configuration
|
||||
domain: "example.com" # Change to your domain
|
||||
|
||||
@@ -2,6 +2,7 @@ all:
|
||||
hosts:
|
||||
localhost:
|
||||
ansible_connection: local
|
||||
ansible_python_interpreter: /opt/homebrew/bin/python3
|
||||
children:
|
||||
edge:
|
||||
hosts:
|
||||
|
||||
Reference in New Issue
Block a user