2021-03-13 01:24:01 +01:00
|
|
|
Unbound DNS Resolver
|
|
|
|
======================
|
2018-03-10 19:20:54 +01:00
|
|
|
|
|
|
|
Ansible role to install and configure the `unbound` dns resolver.
|
|
|
|
|
|
|
|
Variables
|
|
|
|
---------
|
|
|
|
|
2021-03-13 01:24:01 +01:00
|
|
|
| variable | default | explaination |
|
|
|
|
| -------- | ------- | ------------ |
|
|
|
|
| ``unbound_listen_addresses:`` | ``['127.0.0.1@53','::1@53']`` | define interfaces and ports where unbound should listen |
|
|
|
|
| ``unbound__state:`` | ``present`` | Package state. *(use ``latest`` for explicit update)*
|
|
|
|
| ``submodules_versioncheck:`` | ``false`` | run basic versions check. ``true`` is recomended. |
|
2018-03-10 19:20:54 +01:00
|
|
|
|
2021-03-13 01:24:01 +01:00
|
|
|
Files
|
|
|
|
-------
|
2018-03-15 03:19:45 +01:00
|
|
|
|
|
|
|
* `unbound.conf`:
|
|
|
|
Main unbound configuration file.
|
2019-09-18 00:46:03 +02:00
|
|
|
|
|
|
|
|
2021-03-13 01:24:01 +01:00
|
|
|
References
|
|
|
|
------------
|
2019-09-18 00:46:03 +02:00
|
|
|
|
|
|
|
* [Unbound Configuration](https://nlnetlabs.nl/documentation/unbound/unbound.conf/)
|