Brian Coca
Brian Coca
one such attempt #62151
Adding more to the pile: - Cache plugins were designed to be by host for fact cache, but later adapted to also support inventory plugins - They CAN be used...
Something I have been considering for a while, just refer everyone to the communications page so we don't have to make any changes in this repo anymore.
Note that `DEFAULT_DEBUG(env: ANSIBLE_DEBUG) = True` makes `get_vars` very expensive as it tries to trace origin, but it should be a lot cheaper in current devel.
yes, why we asked you to use devel, since it removes that as a factor, if it was still slow, clearly it is part of the dep resolution
The multidoc support in the filters is preexisting, I just adapted it to be able to use Ansible's YAML as users were hitting an issue when exporting/generating the YAML and...
> This somehow makes the `fork_safe_stdio` integration test fail. Well, since this can dynamically create a constant post fork, it is a trade off between generating all constants up front...
@webknjaz possibly, in my tests the startup is faster, since it only loads what it needs, but if you end up needing most settings it is slower in the end,...
Jinja already has a built in urlencode https://jinja.palletsprojects.com/en/3.0.x/templates/#jinja-filters.urlencode
`AnsibleModule` is already 'selinux' aware, query `module.selinux_enabled` or just call `module.selinux_context(path)`, which returns a default/empty context if not enabled