Quantcast
Channel: sleeplessbeastie's notes
Viewing all articles
Browse latest Browse all 770

How to lookup specific element in Ansible dictionary or list of these

$
0
0
Lookup specific element in Ansible dictionary or list of these. Sample playbook to look for elements from elements_to_look_for in first_variable, second_variable and third_variable. $ cat playbook.yml --- - hosts: localhost vars: elements_to_look_for: - alpha - beta - gamma - delta first_variable: - key: beta value: beta_value - key: gamma value: gamma_value - key: delta value: […]

Viewing all articles
Browse latest Browse all 770

Trending Articles