lifeofguenter.unbound

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

Installs and configures unbound (dns resolver).

Install
ansible-galaxy install lifeofguenter.unbound
GitHub repository
License
mit
Downloads
231