27 lines
607 B
YAML
27 lines
607 B
YAML
---
|
|
firewall_in:
|
|
- {proto: tcp, port: 22, from: [172.20.20.0/22, 212.149.225.204/32]}
|
|
- {proto: tcp, port: 53}
|
|
- {proto: udp, port: 53}
|
|
- {proto: tcp, port: 80}
|
|
- {proto: tcp, port: 443}
|
|
- {proto: tcp, port: 853}
|
|
- {proto: tcp, port: 9100}
|
|
- {proto: tcp, port: 9115}
|
|
firewall_raw:
|
|
- pass quick proto carp
|
|
|
|
ifstated_config: ifstated-ns.conf
|
|
network_vip_interfaces:
|
|
- device: vio1
|
|
vhid: 157
|
|
ipaddr: 37.16.96.157
|
|
netmask: 255.255.255.240
|
|
pass: "{{ vip157_pass }}"
|
|
|
|
nsd_server: ns1.foo.sh
|
|
nsd_zones:
|
|
- 144/28.96.16.37.in-addr.arpa
|
|
- foo.monster
|
|
- foo.sh
|
|
- tuiradc.fi
|