Add support metadata
2 files changed
tree: ea36e535a6d533518ba39462327fc61b73dbbad4
  1. bind/
  2. metadata/
  3. README.md
README.md

Bind DNS service

Sample pillars

bind:
  server:
    enabled: true
    zone:
      sub.domain.com:
        type: master
        notify: false
        records:
        - name: @
          type: A
          ttl: 7200
          value: 192.168.0.5
      1.168.192.in-addr.arpa:
        type: master
        notify: false

Read more