| Jakub Pavlik | 7ed5172 | 2017-03-13 20:43:36 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | designate: | ||||
| 3 | server: | ||||
| 4 | backend: | ||||
| 5 | bind9: | ||||
| 6 | rndc_key: "${_param:designate_bind9_rndc_key}" | ||||
| 7 | bind: | ||||
| 8 | server: | ||||
| 9 | key: | ||||
| 10 | designate: | ||||
| 11 | secret: "${_param:designate_bind9_rndc_key}" | ||||
| 12 | algorithm: hmac-sha512 | ||||
| 13 | allow_new_zones: true | ||||
| 14 | query: true | ||||
| 15 | control: | ||||
| 16 | local: | ||||
| 17 | enabled: true | ||||
| 18 | bind: | ||||
| 19 | address: 127.0.0.1 | ||||
| 20 | port: 953 | ||||
| 21 | allow: | ||||
| 22 | - 127.0.0.1 | ||||
| 23 | - ${_param:single_address} | ||||
| 24 | keys: | ||||
| 25 | - designate | ||||
| 26 | client: | ||||
| 27 | enabled: true | ||||
| 28 | option: | ||||
| 29 | default: | ||||
| 30 | server: 127.0.0.1 | ||||
| 31 | port: 953 | ||||
| 32 | key: designate | ||||
| 33 | key: | ||||
| 34 | designate: | ||||
| 35 | secret: "${_param:designate_bind9_rndc_key}" | ||||
| 36 | algorithm: hmac-sha512 | ||||