mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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 |