mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
---
|
|
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.*"
|