mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
This extension gives you more control over the variable merging process of the lookup plugin `merge_variables`. It closes the gap between Puppet's Hiera merging capabilities and the limitations of Ansible's default variable plugin `host_group_vars` regarding fragment-based value definition. You can now decide which merge strategy should be applied to dicts, lists, and other types. Furthermore, you can specify a merge strategy that should be applied in case of type conflicts. The default behavior of the plugin has been preserved so that it is fully backward-compatible with the already implemented state. Signed-off-by: Fiehe Christoph <c.fiehe@eurodata.de> |
||
|---|---|---|
| .. | ||
| onepassword_fixtures | ||
| conftest.py | ||
| onepassword_common.py | ||
| test_bitwarden.py | ||
| test_bitwarden_secrets_manager.py | ||
| test_dependent.py | ||
| test_dsv.py | ||
| test_etcd3.py | ||
| test_github_app_access_token.py | ||
| test_lastpass.py | ||
| test_merge_variables.py | ||
| test_onepassword.py | ||
| test_onepassword_ssh_key.py | ||
| test_revbitspss.py | ||
| test_tss.py | ||