openstack-ansible/etc/openstack_deploy/conf.d/unbound.yml.example
Logan V 01878aece5 Fix the unbound resolver conf.d filenames
The unbound conf.d templates were named unbound.conf.* instead of
unbound.yml.*

Change-Id: Ic472ee8cad4a6f85cd2829043c476351817a2617
2017-07-28 20:44:40 -05:00

9 lines
187 B
Plaintext

# The infra nodes that will be running the Unbound DNS caching resolvers
unbound_hosts:
infra1:
ip: 172.20.236.111
infra2:
ip: 172.20.236.112
infra3:
ip: 172.20.236.113