Git Product home page Git Product logo

ansible-bind's Introduction

Ansible Bind

  • Manage bind config files. Zonefiles must be managed somewhere else.
  • This role will solely copy the masterfiles from bind_lookup_zones.
  • Build slaves from master without configuring zones.

Configuration:

Lookup path for master zone files on local ansible machine, relative to playbook.

bind_lookup_zones: path/to/zones_dir

ACLs

Create bind ACLs in named.conf.options

bind_acls:
  v6localhost:
    - ::1/128
  some_random_networks:
    - 8.0.0.0/8
    - 169.254.0.0/16

dns64 clients

Create dns64 clients list in named.conf.options

bind_dns64_clients:
  - v6localhost

Zones definition

Zones are defined as dict. The key is used as domain name.

  • secondary is optional.
  • type is defaulted to "master".
  • When type is set to "slave", the secondary property is used as master.
bind_zones:
  example.com:
    secondary:
      - '10.100.2.1'
    type: master

  foobar.com:
    secondary:
      - '10.100.2.3'
    type: slave

Optionally: List of IP's wich are allowed to do recursive queries.

bind_recursion_allowed_clients:
  - 127.0.0.1
  - 127.0.0.2

Optionally: Use ipv4, ip6 or any protocols

bind_use_protocol: any

Optionally: Define listen adresses. Default: bind listens on all interfaces.

bind_listen: []

Optionally: Define forwarders. If you define forwarders but no zonefiles. Bind is setup as forwarding only.

bind_forwarders:
  - 8.8.8.8
  - 8.8.4.4

Optionally: Include RFC-1918 zones or not (True|False)

bind_rfc1918: any

Build slave from master zones

Set bind_create_slave_from_master to create a slave with not having to define zones.

bind_create_slave_from_master:
  - master: 'master-ns'
  - master_address:
    - 10.100.2.20

Dependencies

None.

Example Playbook

---
- hosts: bind
  become: yes
  roles:
    - { role: netzwirt.bind }

License

BSD

Author Information

netzwirt

ansible-bind's People

Contributors

netzwirt avatar superq avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.