No description
Find a file
Javier Bértoli 4b6ea1e809 Merge pull request #74 from AdrienR/debian-stretch-dnssec
Stretch, like Jessie, doesn't have the dnssec-tools package
2017-07-05 07:57:43 -03:00
bind Stretch, like Jessie, doesn't have the dnssec-tools package 2017-07-05 10:40:27 +02:00
LICENSE Update Licensing year and remove extra new line characters 2015-05-07 13:44:53 -04:00
pillar.example Added options for loop in redhat config 2017-03-24 23:22:23 +01:00
README.rst fix broken zones_source_dir on RedHat/Debian 2016-06-01 19:17:27 +02:00

bind

Formulas to set up and configure the bind DNS server.

Available states

bind

Install the bind package and start the bind service.

bind.config

Manage the bind configuration file. Zone files are not generated by this state rather than taken from salt://zones. See pillar.example for how to overwrite this URL.

Example Pillar

bind:
  configured_zones:
    sub.domain.com:
      type: master
      notify: False
  configured_views:
    myview1:
      match_clients:
        - client1
        - client2
    configured_zones:
      my.zone:
        type: master
        notify: False

See bind/pillar.example.

Notes

  • When using views all zones must be configured in views!