Arthur Ivanov
Arthur Ivanov
I have the same issue with my MacOS. If you run your task and override ansible_host via vars / or delegate_to it uses a persistent connection for the same host...
> unable to connect to socket /Users/xxx/.ansible/pc/615f7cd59a I think, Ansible wants to use the same socket for multiple hosts. I captured this moment when unix socket was created for one...
But it means that Zabbix module is unusable at all. Simple thing - I have many PDUs (no ssh) and want to configure them via REST API, then add each...
My config: ``` - name: Checking that PDU exists in Zabbix vars: ansible_zabbix_auth_key: "{{ zabbix_token }}" ansible_network_os: community.zabbix.zabbix ansible_connection: httpapi ansible_httpapi_port: 443 ansible_httpapi_use_ssl: true ansible_httpapi_validate_certs: true ansible_httpapi_use_proxy: false ansible_zabbix_url_path: ''...