hac/ansible/hosts.yml

20 lines
323 B
YAML
Raw Permalink Normal View History

2024-04-17 12:58:43 +00:00
---
2024-03-24 21:12:56 +00:00
all:
hosts:
resolver-1:
ansible_host: 10.20.0.42
2024-04-17 12:58:43 +00:00
dhcp-1:
ansible_host: 10.20.0.43
2024-04-18 18:42:26 +00:00
authoritative-1:
ansible_host: 10.20.0.44
2024-03-24 21:12:56 +00:00
children:
resolver:
hosts:
resolver-1:
2024-04-17 12:58:43 +00:00
kea-dhcp:
hosts:
dhcp-1:
2024-04-18 18:42:26 +00:00
dns-authoritative:
hosts:
authoritative-1: