9 lines
171 B
YAML
9 lines
171 B
YAML
---
|
|
network_dns_servers:
|
|
- 172.20.20.10
|
|
- 172.20.20.11
|
|
- 172.20.20.12
|
|
ntpd_servers:
|
|
- time1.home.foo.sh
|
|
- time2.home.foo.sh
|
|
chrony_servers: "{{ ntpd_servers }}"
|