stormeporm

Results 7 comments of stormeporm
trafficstars

I'm interested in B+M key, 2280 And a pcie 1x card.

I would be keen to trial parts too, I have two coral M.2 Accelerator with Dual Edge TPU boards I could run tests with

@BGmot not exactly the same cause as @mcbrineellis but sort of the same problem. I used to be able to add hosts to my zabbix server with an ansible role....

Gives me an error. fatal: [client -> zabbix server]: FAILED! => { "changed": false, "module_stderr": "Traceback (most recent call last):\n File \"/home/xxxx/.ansible/tmp/ansible-local-10146kYsdH5/ansible-tmp-1684938779.39-10162-267067470114535/AnsiballZ_zabbix_host.py\", line 102, in \n _ansiballz_main()\n File \"/home/xxxx/.ansible/tmp/ansible-local-10146kYsdH5/ansible-tmp-1684938779.39-10162-267067470114535/AnsiballZ_zabbix_host.py\", line...

Heres the role I used - name: Create a new host or update an existing host's info vars: gather_facts: false ansible_user: "username_to_login_into_zabbix" ansible_httpapi_use_ssl: true ansible_httpapi_validate_certs: false ansible_zabbix_url_path: "/" ansible_network_os: community.zabbix.zabbix...

The path of the zabbix server is without the /zabbix so https://zabbixserver.com/ so the ansible_zabbix_url_path should be "/" right?

Changing the delegate option to a faulty one shows the actual url its trying to connect to in the error message. It looks like the ansible_zabbix_url_path is completely ignored. Its...