forked from infra/ansible
This machines are on VPN, so they should be in the corresponding postfix group. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
14 lines
366 B
Text
14 lines
366 B
Text
---
|
|
dns1: 8.8.8.8
|
|
dns2: 8.8.4.4
|
|
dns_search1: vpn.fedoraproject.org
|
|
dns_search2: fedoraproject.org
|
|
virthost: true
|
|
vpn: true
|
|
# Zabbix in RDU3 via vpn
|
|
zabbix_host: zabbix01.vpn.fedoraproject.org
|
|
zabbix_server: "{{ zabbix_hostname }}"
|
|
zabbix_auth_key: "{{ zabbix_apikey }}" # ansible-private repo
|
|
zabbix_macros:
|
|
NET.IF.IFNAME.NOT_MATCHES: "^vnet.*"
|
|
postfix_group: vpn
|