/ansible-unbound

Unbound DNS resolver role for Ansible

Primary LanguageJinjaApache License 2.0Apache-2.0

Unbound Caching DNS Resolver Ansible Role

Ansible role to install and configure Unbound

https://travis-ci.org/logan2211/ansible-unbound.svg?branch=master

Default Variables

.. literalinclude:: defaults/main.yml
   :language: yaml
   :start-after: under the License.

Required Variables

None

Example Playbook

- name: Install unbound
  hosts: unbound
  user: root
  roles:
    - { role: "unbound" }