Waldek Maleska
Waldek Maleska
> We are not able to reproduce it on our side, could you perhaps provide more information around it? I've collected the debug logs (log file just saved the verbose...
Still a problem
I'm facing the same problems on the latest os10 collection ``` $ ansible-playbook test.yml -vvv -l lon1sw1 ansible-playbook [core 2.13.7] config file = /Users/weakcamel/git/internal-networking/ansible.cfg configured module search path = ['/Users/weakcamel/.ansible/plugins/modules',...
For the record, this happens when Ansible connection plugin wasn't configured properly; adding it solved the problem: ``` $ cat inventory/group_vars/networking.yml --- ansible_connection: ansible.netcommon.network_cli ansible_network_os: dellemc.os10.os10 ```
Yep, definitely there's a bug there, it basically hardly works if you try to specify >1 address at the same time. ["[email protected]", "[email protected]"] gets turned into `To:` which in my...
Same here; still very much an issue with latest Loki; it's a very fresh installation with pulling logs from maybe 20-30 hosts and already hitting >3M chunks in a single...
Thanks @theonlydoo! Interesting to see that the discussion thread points to Cortex which does _not_ seem to support filesystem storage at all: https://cortexmetrics.io/docs/chunks-storage/ Seems that at this point it's better...
> Please add the new options to the argument specs as well, they are located under `meta/argument_specs.yml` Sure thing, done. PTAL
> LGTM, can you please fix the DCO so that this can be merged? Silly me! of course, done.
Changes made as requested (sorry for losing this out of my radar for so long). Unfortunately there are currently some issues with the CI: https://github.com/prometheus-community/ansible/actions/runs/10182776539/job/28166214532?pr=320 ``` WARNING: Failed to pull...