Felix Fontein

Results 2344 comments of Felix Fontein

According to https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#understanding-variable-precedence group_vars lose against host vars set by an inventory plugin.

The "right" way is to add the Constructed interface to the inventory plugin so you can set `ansible_connection` to whatever you want. As long as nobody wants to invest the...

@onjen @rsalmond @sabre1041 thanks for fixing this!

This would be a feature request, not a bug report. Not present functionality is generally not a bug, but a missing feature.

Sounds good to me, at least for all proxmox modules that use the module_utils / docs fragment. (I just checked, all seem to use it.)

Since the modules will be moved to their own collection, it makes sense to do this there, instead of introducing it here and just removing it again soon...

This has already been implemented in community.general 9.0.0, after the move never happened.

I guess it has been removed from py-consul then, so you need to use an older version with the module. py-consul was changed in this commit: https://github.com/criteo/py-consul/commit/37a5dd1c1a4eec9574182b1206f03951fc3d3735#diff-87d94b41a52bb393bfca3dc4b47be3807560585a919ef66394f9fe6e20c216c2, which apparently first...

Also please check out the requirements in https://github.com/ansible-collections/community.general/blob/main/CONTRIBUTING.md#creating-new-modules-or-plugins for new modules. You need to add tests, for example.

Please note that there are multiple unresolved comments here. needs_info