You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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.
Brian Coca
unread,
Oct 21, 2015, 10:37:00 PM10/21/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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.