veza/ansible/inventory/prod/hosts.yml
2025-12-03 22:56:50 +01:00

17 lines
434 B
YAML

# Inventory for Veza V5 Ultra deployment
# Single Debian host with Incus/OVN + HAProxy-in-container + Let's Encrypt
all:
vars:
ansible_user: senke
ansible_ssh_private_key_file: ~/.ssh/id_ed25519 # adjust as needed
ansible_become: true
ansible_python_interpreter: /usr/bin/python3
children:
edge:
hosts:
edge-1:
ansible_host: 192.168.0.12
veza_nodes:
hosts:
edge-1: