1# Ansible Zabbix external inventory script settings
2#
3
4[zabbix]
5
6# Server location
7server = http://zabbix.example.com/zabbix
8
9# Login
10username = admin
11password = zabbix
12
13# Verify the server's SSL certificate
14validate_certs = True
15
16# Read zabbix inventory per host
17read_host_inventory = True
18
19# Set ansible_ssh_host based on first interface settings
20use_host_interface = True