Add matt
This commit is contained in:
parent
4cedabedd2
commit
65b7398ef5
2 changed files with 4 additions and 1 deletions
|
@ -232,6 +232,9 @@ unmanaged:
|
|||
jung.vm.chapo.li:
|
||||
ansible_host: 10.255.3.101
|
||||
cname: [ s3.vm.chapo.li ]
|
||||
matt.vm.chapo.li:
|
||||
ansible_host: 192.168.1.56
|
||||
cname: [ backup.vm.chapo.li ]
|
||||
|
||||
localhost:
|
||||
ansible_connection: local
|
||||
|
|
|
@ -23,7 +23,7 @@ options {
|
|||
listen-on-v6 { none; };
|
||||
|
||||
allow-transfer { secondaries; };
|
||||
allow-query { internals; };
|
||||
allow-query { any; };
|
||||
allow-query-cache { internals; };
|
||||
allow-recursion { internals; };
|
||||
also-notify { {{ secondaries|join("; ") }}; };
|
||||
|
|
Loading…
Add table
Reference in a new issue