Manage DNS servers using Ansible #93
1 changed files with 30 additions and 0 deletions
|
@ -218,6 +218,10 @@
|
||||||
target:
|
target:
|
||||||
- ns-1
|
- ns-1
|
||||||
- ns-2
|
- ns-2
|
||||||
|
- name: isp
|
||||||
|
target:
|
||||||
|
- ns-1
|
||||||
|
- ns-2
|
||||||
- name: adm
|
- name: adm
|
||||||
target:
|
target:
|
||||||
- serge
|
- serge
|
||||||
|
@ -320,6 +324,27 @@
|
||||||
ec-2.ups:
|
ec-2.ups:
|
||||||
- 10.131.4.2
|
- 10.131.4.2
|
||||||
- 2a09:6840:131::4:2
|
- 2a09:6840:131::4:2
|
||||||
|
isp.auro.re:
|
||||||
|
dnssec_policy: infra
|
||||||
|
notify:
|
||||||
|
- xfr-ns-1
|
||||||
|
- xfr-ns-2
|
||||||
|
acl:
|
||||||
|
- xfr
|
||||||
|
#queryacl: local
|
||||||
|
soa:
|
||||||
|
mname: ns-master.int.auro.re.
|
||||||
|
ns:
|
||||||
|
- target:
|
||||||
|
- ns-1.auro.re.
|
||||||
|
- ns-2.auro.re.
|
||||||
|
hosts:
|
||||||
|
dhcp-1:
|
||||||
|
- 10.128.0.204
|
||||||
|
- 2a09:6840:128::204
|
||||||
|
dhcp-2:
|
||||||
|
- 10.128.0.91
|
||||||
|
- 2a09:6840:128::91
|
||||||
108.66.45.in-addr.arpa:
|
108.66.45.in-addr.arpa:
|
||||||
dnssec_policy: ripe
|
dnssec_policy: ripe
|
||||||
notify:
|
notify:
|
||||||
|
@ -452,6 +477,11 @@
|
||||||
- notify-master
|
- notify-master
|
||||||
#queryacl: local
|
#queryacl: local
|
||||||
master: xfr-master
|
master: xfr-master
|
||||||
|
isp.auro.re:
|
||||||
|
dnssec_validation: true
|
||||||
|
acl:
|
||||||
|
- notify-master
|
||||||
|
master: xfr-master
|
||||||
108.66.45.in-addr.arpa:
|
108.66.45.in-addr.arpa:
|
||||||
dnssec_validation: false
|
dnssec_validation: false
|
||||||
acl:
|
acl:
|
||||||
|
|
Loading…
Reference in a new issue