Giter VIP home page Giter VIP logo

ansible-role-nsd's Introduction

ansible-role-nsd Build Status

Installs and start nsd on boot. This playbook does not handle zone files! Get more informations about nsd at https://www.nlnetlabs.nl/projects/nsd/

Requirements

  • Ubuntu (>=14.04) or Debian (>=8)
  • NSD (>=4)

Role Variables

  • nsd_setup_ufw: true add a ufw rule to allow port nsd_port
  • nsd_server_count: 1 use this number of cpu cores
  • nsd_do_ip4: true
  • nsd_do_ip6: true
  • nsd_port: 53
  • nsd_hide_version: true
  • nsd_identity: unidentified server
  • nsd_ip_transparent: false
  • nsd_remote_control_enable: false
  • nsd_remote_control_port: 8952
  • nsd_remote_control_interfaces: [127.0.0.1, "::1"]

Dependencies

None.

Example Playbook

- hosts: ns1.example.com
  remote_user: root
  vars:
    ns1_zones:
      - name: example.com
        secret: hMUg6ohC7jV01jhL3HYITXD8T5U7pxvUai5TrOb+BPo=
        slaves:
         - 10.0.0.2
         - "2001:4860:4860::8844"
      - name: example.io
        secret: Z+zGmmEOdOzyAZR2xUgld9WL2XwVFVWw6tYBmd9escU=
        masters: [10.0.0.1, 10.0.1.1]
      - name: example.net
        masters: ["2001:4860:4860::8888"]
        slaves:
         - 10.0.0.2
         - 10.0.0.3
      - name: example.org
  
  roles:
    - { role: elnappoo.nsd, zones: "{{ ns1_zones }}"}

License

MIT

Author Information

elnappo [email protected]

ansible-role-nsd's People

Contributors

elnappo 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.