5864871fc1
* Add validate_certs option to zabbix inventory * Add validation option * Fix pep8 * Add changelog
14 lines
No EOL
229 B
INI
14 lines
No EOL
229 B
INI
# Ansible Zabbix external inventory script settings
|
|
#
|
|
|
|
[zabbix]
|
|
|
|
# Server location
|
|
server = http://zabbix.example.com/zabbix
|
|
|
|
# Login
|
|
username = admin
|
|
password = zabbix
|
|
|
|
# Verify the server's SSL certificate
|
|
validate_certs = True |