playbooks/inventory.yml
Kumi 40b130aae6
fix(inventory): correct hosts structure for opnsense
Added missing 'hosts' key under 'opnsense' in inventory.yml to ensure proper ansible group structure. This resolves potential issues with playbook execution that may have occurred due to the previous misconfiguration.
2024-10-26 15:02:04 +02:00

58 lines
1.5 KiB
YAML

---
all:
children:
opnsense:
hosts:
burns:
ansible_name: burns
ansible_host: 10.123.1.1
debian:
hosts:
selma:
ansible_name: selma
ansible_host: 10.123.1.3
lardlad:
ansible_name: lardlad
ansible_host: 10.123.1.4
lance:
ansible_name: lance
ansible_host: 10.123.1.5
chimpman:
ansible_name: chimpman
ansible_host: 10.123.1.6
edna:
ansible_name: edna
ansible_host: 10.123.1.7
nelson:
ansible_name: nelson
ansible_host: 10.123.1.8
hannah:
ansible_name: hannah
ansible_host: 10.123.1.9
marge:
ansible_name: marge
ansible_host: 10.123.1.10
andy:
ansible_name: andy
ansible_host: 10.123.1.11
herman:
ansible_name: herman
ansible_host: 10.123.1.12
frink:
ansible_name: frink
ansible_host: 10.123.1.13
homer:
ansible_name: homer
ansible_host: 10.123.1.14
smaragdente:
ansible_name: smaragdente
ansible_host: 10.123.2.1
zwergente:
ansible_name: zwergente
ansible_host: 10.123.2.2
pekingente:
ansible_name: pekingente
ansible_host: 10.123.2.3
stockente:
ansible_name: stockente
ansible_host: 10.123.2.4