/ansible-role-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://github.com/noonedeadpunk/ansible-unbound/actions/workflows/main.yml/badge.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" }