1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-07-13 08:54:25 +02:00
Ansible role to install unbound - a recursive dns resolver
Go to file
2021-03-13 01:29:27 +01:00
.github use new ansible name scheme 2021-03-13 01:13:41 +01:00
defaults add versionscheck and fix linting 2021-01-19 01:03:47 +01:00
files Better config file validation 2019-07-20 13:49:51 +02:00
handlers try to improve by retry 2021-03-13 01:29:27 +01:00
meta Add Meta Info 2021-03-13 01:15:50 +01:00
tasks use new ansible name scheme 2021-03-13 01:13:41 +01:00
vars add versionscheck and fix linting 2021-01-19 01:03:47 +01:00
.yamllint add versionscheck and fix linting 2021-01-19 01:03:47 +01:00
LICENCE Add LICENSE File and include config file 2021-01-06 11:06:12 +01:00
README.md Improve README 2021-03-13 01:24:01 +01:00

Unbound DNS Resolver

Ansible role to install and configure the unbound dns resolver.

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

  • unbound.conf: Main unbound configuration file.

References