1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-08-16 13:39:49 +02:00

Improve README

This commit is contained in:
L3D 2021-03-13 01:24:01 +01:00
parent 31442fa5b4
commit 97f3bf847d
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -1,21 +1,25 @@
Unbound DNS Resolver Unbound DNS Resolver
==================== ======================
Ansible role to install and configure the `unbound` dns resolver. Ansible role to install and configure the `unbound` dns resolver.
Variables Variables
--------- ---------
| 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. |
Files Files
----- -------
* `unbound.conf`: * `unbound.conf`:
Main unbound configuration file. Main unbound configuration file.
References References
---------- ------------
* [Unbound Configuration](https://nlnetlabs.nl/documentation/unbound/unbound.conf/) * [Unbound Configuration](https://nlnetlabs.nl/documentation/unbound/unbound.conf/)