1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/examples
Michel Blanc e28e538c6e Adds user-selectable hash merging support in vars
Hash variables are currently overriden if they are redefined. This
doesn't let the user refine hash entries or overriding selected keys,
which can, for some, be a desirable feature.
This patch let the user force hash merging by setting the
hash_behaviour value to "merge" (without the quotes) in ansible.cfg

However, by default, ansible behaves like it always did and if any value
besides "merge" is used ("replace" is suggested in the example ansible.cfg
file), it will also behave as always.
2013-01-23 21:39:34 +01:00
..
playbooks Adding default on vars_prompt 2013-01-18 19:00:57 +08:00
scripts Fix uptime example in examples/scripts 2012-08-24 19:32:24 -04:00
ansible.cfg Adds user-selectable hash merging support in vars 2013-01-23 21:39:34 +01:00
DOCUMENTATION.yaml Add DOCUMENTATION for module documentation. 2012-10-12 17:22:55 -04:00
hosts Small change to previous patch, make ranges of hosts inclusive. 2012-07-24 20:10:05 -04:00