7d5673f6db
We think we have growing pains in some clouds where ipv6 is available but we want to force the instances to use ipv4 dns anyway. We can do this by telling nodepool to use ipv4 for the instance ip which we can then check in our role to configure unbound. Do this to rule out ipv6 as a problem in these clouds. Change-Id: I354015df64032e70422231f1105807f024fe2393 |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
tasks | ||
templates | ||
vars | ||
README.rst |
An ansible role to dynamically configure DNS forwarders for the
unbound
caching service. IPv6 will be preferred when there
is a usable IPv6 default route, otherwise IPv4.
Note
This is not a standalone unbound configuration role. Base setup is
done during image builds in
project-config:nodepool/elements/nodepool-base/finalise.d/89-unbound
;
here we just do dynamic configuration of forwarders based on the
interfaces available on the actual host.
Role Variables