Hi
I would like to know if there is an equivalent feature of hiera (overriding or appending values of variable) and if exist sort of ‘ansible proxy’ sort of syndication master of Salt.
Hi
I would like to know if there is an equivalent feature of hiera (overriding or appending values of variable) and if exist sort of ‘ansible proxy’ sort of syndication master of Salt.
hash_behaviour in ansible.cfg controls if variables are overwritten or merged.
there is no syndication master as ansible is not a server, most people
just use a VCS (mostly git) to keep a copy of the plays and variables.