Ansible role to install unbound - a recursive dns resolver
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
L3D 2f26c3e27e
Merge pull request #12 from roles-ansible/DO1JLR-patch-1
4 months ago
.github update github actions 12 months ago
defaults use templates for snippets 4 months ago
handlers improve linting 4 months ago
meta improve linting 4 months ago
tasks use templates for snippets 4 months ago
templates use templates for snippets 4 months ago
vars use templates for snippets 4 months ago
.gitignore add gitignore and define testing 2 years ago
.yamllint add versionscheck and fix linting 2 years ago
LICENCE Add LICENSE File and include config file 2 years ago
README.md Update README.md 4 months ago

README.md

Ansible Galaxy MIT License

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_access_control ['access-control: 127.0.0.1 allow', 'access-control: ::1 allow'] define access control
unbound__state present Package state. (use latest for explicit update)
submodules_versioncheck false run basic versions check. true is recomended.

For more options have a look into the defaults/main.yml file.

Files

  • unbound.conf: Main unbound configuration file.

References

Testing

This role is tested with some linting tests. Sadly I don't know how to run this role in a docker container because systemd is involved... If you have ideas how to improve testing please dend me a message, open a issue or Pull Request. If you want to find out more about our tests, please have a look at the github marketplace.

test status Github Marketplace
Galaxy release publish-ansible-role-to-galaxy
Yamllint GitHub Actions yamllint-github-action
Ansible Lint check ansible-lint action