1
Software / Re:Ansible - group_vars a host_vars
« kdy: 24. 06. 2019, 17:58:18 »
Da sa urobit merge dvoch poli napr takto:
Kód: [Vybrat]
- name: merging hash_a and hash_b into hash_c
set_fact: hash_c="{{ hash_a|combine(hash_b) }}"