Add resolver vars and update authority_server vars
This commit is contained in:
parent
2875212912
commit
37401ae7f8
|
@ -17,3 +17,5 @@ vault_public_key_backup_user_host: SSH_PUBKEY_OF_backup_user_USER_ON_BACKUP_HOST
|
|||
|
||||
vault_ldap_admin_user_password: LDAP_ADMIN_PASSWORD
|
||||
vault_ldap_config_admin_user_password: LDAP_CONFIG_ADMIN_PASSWORD
|
||||
|
||||
vault_rndc_key_secret: RNDC_KEY_SECRET
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
|
||||
knot_interfaces:
|
||||
- '0.0.0.0@53'
|
||||
- '::@53'
|
||||
|
||||
knot_keys:
|
||||
- { id: 'slavekey01', algorithm: 'hmac-md5', secret: 'YourRandomKey==' }
|
||||
|
||||
knot_extras: |
|
||||
remote:
|
||||
- id: slave01
|
||||
address: 1.2.3.4
|
||||
key: slavekey01
|
||||
|
||||
acl:
|
||||
- id: acl_slave
|
||||
address: [1.2.3.4]
|
||||
action: transfer
|
||||
key: slavekey01
|
||||
|
||||
template:
|
||||
- id: default
|
||||
storage: "/var/lib/knot"
|
||||
file: "%s.zone"
|
||||
acl: acl_slave
|
||||
notify: [slave01]
|
||||
|
||||
knot_zones:
|
||||
- { name: 'mydomain.org', file: 'mydomain.org.zone', notify: '[slave01]', acl: 'acl_slave' }
|
||||
|
|
@ -12,6 +12,9 @@ all:
|
|||
authority_dns_server:
|
||||
hosts:
|
||||
mySecondCentOSHost.anotherexample.org:
|
||||
resolver_dns_server:
|
||||
hosts:
|
||||
myFirstCentOSHost.example.org:
|
||||
munin_server:
|
||||
hosts:
|
||||
myFirstGentooHost.example.org:
|
||||
|
|
Loading…
Reference in a new issue