pyrocufflink-dns: Add FireMon zones

jenkins-master
Dustin 2019-03-22 09:09:06 -05:00
parent 417df821a3
commit 159a42bb70
1 changed files with 36 additions and 0 deletions

View File

@ -21,5 +21,41 @@ pyrocufflink_common_zones:
forwarders: forwarders:
- 172.30.0.10 - 172.30.0.10
- 172.30.0.9 - 172.30.0.9
- zone: securepassage.com
type: forward
forward: only
forwarders:
- 192.168.20.146
- 192.168.20.147
- zone: lab.firemon.com
type: forward
forward: only
forwarders:
- 192.168.20.146
- 192.168.20.147
- zone: fmos.test
type: forward
forward: only
forwarders:
- 192.168.20.146
- 192.168.20.147
- zone: 168.192.in-addr.arpa
type: forward
forward: only
forwarders:
- 192.168.20.146
- 192.168.20.147
- zone: 4.16.172.in-addr.arpa
type: forward
forward: only
forwarders:
- 192.168.20.146
- 192.168.20.147
- zone: 5.16.172.in-addr.arpa
type: forward
forward: only
forwarders:
- 192.168.20.146
- 192.168.20.147
named_zones: '{{ pyrocufflink_red_zones + pyrocufflink_common_zones }}' named_zones: '{{ pyrocufflink_red_zones + pyrocufflink_common_zones }}'