ansible-roles/unbound
Gregory Colpart 4a81d12d03 Delete OpenBSD stuff (mv to another repo), ansible-roles is now Linux-specific (even Debian-specific) 2017-08-29 03:09:57 +02:00
..
defaults Add unbound role 2017-06-01 14:07:11 +02:00
handlers Add unbound role 2017-06-01 14:07:11 +02:00
tasks remove OpenBSD tentacles, requested by gcolpart 2017-08-28 14:05:27 -04:00
templates Delete OpenBSD stuff (mv to another repo), ansible-roles is now Linux-specific (even Debian-specific) 2017-08-29 03:09:57 +02:00
tests add test infrastucture, with gperiard help 2017-06-02 13:43:17 -04:00
.kitchen.yml add test infrastucture, with gperiard help 2017-06-02 13:43:17 -04:00
README.md Add unbound role 2017-06-01 14:07:11 +02:00

README.md

unbound

Install Unbound.

Tasks

Everything is in the tasks/main.yml file.

Available variables

Main variables are :

  • unbound_interfaces : list of IP addresses to listen of ;
  • 'unbound_acls' : list of unbound access-control ;

The full list of variables (with default values) can be found in defaults/main.yml.