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-09-28 14:55:16 +02:00
.github Adding License and Galaxy Info to README 2021-07-09 12:07:40 +02:00
defaults Allow configureation of access-control 2021-07-16 19:53:55 +02:00
files Allow configureation of access-control 2021-07-16 19:53:55 +02:00
handlers try to improve by retry 2021-03-13 01:29:27 +01:00
meta increase required ansible version to 2.11 2021-07-08 12:11:21 +02:00
tasks enable centos usage 2021-09-28 14:55:16 +02:00
vars enable centos usage 2021-09-28 14:55:16 +02:00
.gitignore add gitignore and define testing 2021-03-13 22:36:03 +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 Allow configureation of access-control 2021-07-16 19:53:55 +02:00

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.

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