aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/designate/server/backend/bind.yml
blob: 2b40424860523414d8132e647e3d557a0de1f9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
parameters:
  designate:
    server:
      backend:
        bind9:
          rndc_key: "${_param:designate_bind9_rndc_key}"
  bind:
    server:
      key:
        designate:
          secret: "${_param:designate_bind9_rndc_key}"
          algorithm: hmac-sha512
      allow_new_zones: true
      query: true
      control:
        local:
          enabled: true
          bind:
            address: 127.0.0.1
            port: 953
          allow:
            - 127.0.0.1
            - ${_param:single_address}
          keys:
            - designate
    client:
      enabled: true
      option:
        default:
          server: 127.0.0.1
          port: 953
          key: designate
      key:
        designate:
          secret: "${_param:designate_bind9_rndc_key}"
          algorithm: hmac-sha512