2013-08-06 18:19:06 +02:00
|
|
|
# Ansible Zabbix external inventory script settings
|
|
|
|
#
|
|
|
|
|
|
|
|
[zabbix]
|
|
|
|
|
|
|
|
# Server location
|
2013-08-22 22:55:48 +02:00
|
|
|
server = http://zabbix.example.com/zabbix
|
2013-08-06 18:19:06 +02:00
|
|
|
|
|
|
|
# Login
|
2013-08-22 22:55:48 +02:00
|
|
|
username = admin
|
|
|
|
password = zabbix
|
2018-07-14 15:10:16 +02:00
|
|
|
|
|
|
|
# Verify the server's SSL certificate
|
2018-12-01 01:49:57 +01:00
|
|
|
validate_certs = True
|
|
|
|
|
|
|
|
# Read zabbix inventory per host
|
|
|
|
read_host_inventory = True
|
|
|
|
|
|
|
|
# Set ansible_ssh_host based on first interface settings
|
|
|
|
use_host_interface = True
|