ansible-roles/unbound/README.md

17 lines
330 B
Markdown
Raw Permalink Normal View History

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`.