meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sw:ansible:variables [2024/01/10 09:59] – created niziaksw:ansible:variables [2026/04/15 11:48] (current) niziak
Line 1: Line 1:
 ====== variables ====== ====== variables ======
 +
 +
 +===== inheriting group variables =====
 +
 +  * [[https://louwrentius.com/sharing-group_var-variables-across-ansible-inventories.html]]
 +  * [[https://unix.stackexchange.com/questions/557563/ansible-share-vars-between-groups|Ansible: Share vars between groups]]
 +  * [[https://stackoverflow.com/questions/40606890/how-to-share-group-vars-between-different-inventories-in-ansible]]
 +  * [[https://serverfault.com/questions/795772/ansible-share-inventory-variable-between-groups]]
 +  * [[https://docs.ansible.com/projects/ansible/latest/inventory_guide/intro_inventory.html#inheriting-variable-values-group-variables-for-groups-of-groups]]
 +
  
  
Line 26: Line 36:
 </code> </code>
      
 +  
 +Merging:
 +  * [[https://oneuptime.com/blog/post/2026-02-21-ansible-configure-docker-daemon/view|How to Use Ansible to Configure Docker Daemon Settings]]
 +  * [[https://oneuptime.com/blog/post/2026-02-21-how-to-combine-dictionaries-with-the-combine-filter-in-ansible/view|How to Combine Dictionaries with the combine Filter in Ansible |]]
 +  * [[https://gist.github.com/fl64/0f3ad9a4ccc0215cc661ca4d613c5745]]
 +  * 
 +  *