# Ansible Zabbix external inventory script settings # [zabbix] # Server location server = http://zabbix.example.com/zabbix # Login username = Admin password = zabbix # Authentication token, if empty then username/password used to authenticate auth_token = # Verify the server's SSL certificate validate_certs = True # Time to wait for API response tiemout = 30 # Read zabbix inventory per host read_host_inventory = True # Set ansible_ssh_host based on first interface settings use_host_interface = True