ansible-roles/unbound
Jérémy Lecour 00fe225a3c
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2615|7|2608|177|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/278//ansiblelint">Evolix » ansible-roles » unstable #278</a>
gitea/ansible-roles/pipeline/head This commit looks good
force: [yes,no] → force [true,false]
2023-06-28 13:25:30 +02:00
..
defaults Add unbound role 2017-06-01 14:07:11 +02:00
handlers Use FQCN 2023-03-20 23:33:19 +01:00
tasks force: [yes,no] → force [true,false] 2023-06-28 13:25:30 +02:00
templates unbound: retrieve list of root DNS servers 2018-01-11 12:41:40 +01: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

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.