lifeofguenter / ansible-role-unbound

Ansible role that compiles & installs unbound (DNS) on Debian-like systems.

Home Page:https://galaxy.ansible.com/lifeofguenter/unbound/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role for unbound

CircleCI

This ansible role will install unbound.

Requirements

None

Role Variables

unbound_interfacess:
  - 127.0.0.1

unbound_listen_port: 53

unbound_memory: 384

unbound_num_threads: "{{ ansible_processor_vcpus }}"

unbound_access_control:
  - 127.0.0.0/8 allow
  - 10.0.0.0/8 allow
  - 172.16.0.0/12 allow
  - 192.168.0.0/16 allow

Dependencies

None

Example Playbook

- hosts: servers
  roles:
    - { role: lifeofguenter.unbound }

License

MIT

Author Information

Gunter Grodotzki

About

Ansible role that compiles & installs unbound (DNS) on Debian-like systems.

https://galaxy.ansible.com/lifeofguenter/unbound/

License:MIT License


Languages

Language:Shell 100.0%