dj-wasabi / ansible-zabbix-agent

Installing and maintaining zabbix-agent for RedHat/Debian/Ubuntu/Windows/Suse.
https://galaxy.ansible.com/dj-wasabi/zabbix-agent
MIT License
327 stars 249 forks source link

setting value for zabbix_agent_ipmi_authtype and zabbix_agent_ipmi_privilege #319

Closed tobiasehlert closed 4 years ago

tobiasehlert commented 4 years ago

Description of PR

Setting default values of those vars:

zabbix_agent_ipmi_authtype: 2
zabbix_agent_ipmi_privilege: 2

Documentation says that those are default, but that doesn't seem to work.

Type of change

Bugfix Pull Request

Fixes an issue

https://github.com/dj-wasabi/ansible-zabbix-agent/issues/317

When running ansible-playbook with role, following error is returned:

argument ipmi_authtype is of type <class 'str'> and we were unable to convert to int: <class 'str'> cannot be converted to an int

dj-wasabi commented 4 years ago

CI build still fails, but it is about installing packages on a system, not related to this PR. Thanks! 👍