Hi,
zabbix_host_facts is actually zabbix_host_info

You can find the code for that in 
https://github.com/ansible-collections/community.zabbix/blob/master/plugins/modules/zabbix_host_info.py

If you raise a PR against the above file, then the Zabbix Working Group 
will help you get that code into the next release of the community.zabbix 
collection.

You might be interested in 
https://github.com/ansible-collections/community.zabbix/issues which shows 
the other things they are working on, which includes a load of Zabbix roles 
https://github.com/ansible-collections/community.zabbix/tree/master/roles

Kind regards,
John "gundalow" Barker
Principal Engineer
Ansible by Red Hat

On Monday, June 22, 2020 at 8:57:16 AM UTC+1, Arjan Goos wrote:
>
> I want to request an change for this module but I do not know how to do 
> this.
>
> In the zabbix_host_facts.py when an host is searched the groups are not 
> queried. When an extra option is added the groups will be queried
>
> 128         host_list = self._zapi.host.get({'output': 'extend', 
> *'selectGroups': 
> 'extend'*, 'selectParentTemplates': ['name'], search_key: {'host': 
> [host_name]},
> 129                                          'selectInventory': 
> host_inventory})
>
> Can someone help me to get this change in the next version?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/a12b3284-8af6-4538-9641-153a4869c698o%40googlegroups.com.

Reply via email to