hac/ansible/hosts.yml

15 lines
210 B
YAML
Raw Normal View History

2024-04-17 14:58:43 +02:00
---
2024-03-24 22:12:56 +01:00
all:
hosts:
resolver-1:
ansible_host: 10.20.0.42
2024-04-17 14:58:43 +02:00
dhcp-1:
ansible_host: 10.20.0.43
2024-03-24 22:12:56 +01:00
children:
resolver:
hosts:
resolver-1:
2024-04-17 14:58:43 +02:00
kea-dhcp:
hosts:
dhcp-1: