Files
homelab/ansible/inventories/production.yml
T
2026-04-09 23:20:40 +01:00

25 lines
482 B
YAML

all:
hosts:
localhost:
ansible_connection: local
ansible_python_interpreter: /opt/homebrew/bin/python3
children:
edge:
hosts:
edge-1:
ansible_host: 10.0.4.1
edge-2:
ansible_host: 10.0.4.2
infra:
hosts:
infra-core-1:
ansible_host: 10.0.4.10
media:
hosts:
media-1:
ansible_host: 10.0.4.20
apps:
hosts:
apps-1:
ansible_host: 10.0.4.30