Add ns02.home.foo.sh host
This commit is contained in:
parent
69c17d7e12
commit
c9f3b7d0b7
5 changed files with 81 additions and 0 deletions
19
group_vars/ns.yml
Normal file
19
group_vars/ns.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 53}
|
||||
- {proto: udp, port: 53}
|
||||
# - {proto: tcp, port: 853}
|
||||
|
||||
ifstated_config: ifstated-ns.conf
|
||||
network_carp_interfaces:
|
||||
- device: vio1
|
||||
vhid: 157
|
||||
ipaddr: 37.16.96.157
|
||||
netmask: 255.255.255.240
|
||||
pass: "{{ carp157_pass }}"
|
||||
|
||||
nsd_server: ns1.foo.sh
|
||||
nsd_zones:
|
||||
- foo.sh
|
||||
- 144/28.96.16.37.in-addr.arpa
|
Loading…
Add table
Add a link
Reference in a new issue