ansible-roles/unbound
Ludovic Poujol 4a1b94f55d
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2668|4|2664|5|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/437//ansiblelint">Evolix » ansible-roles » unstable #437</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
unbound: Add a apt cache validity to enforce an apt update if needed
2023-12-19 17:55:36 +01:00
..
defaults Unbound: Big update & enhancements 2023-12-08 16:13:41 +01:00
files Unbound: Big update & enhancements 2023-12-08 16:13:41 +01:00
handlers Unbound: Big update & enhancements 2023-12-08 16:13:41 +01:00
tasks unbound: Add a apt cache validity to enforce an apt update if needed 2023-12-19 17:55:36 +01:00
templates Unbound: Big update & enhancements 2023-12-08 16:13:41 +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

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.