lookup plugins¶
This is the list of lookup plugins in the ansible.utils collection:
| Plugin | Description |
|---|---|
| ansible.utils.get_path | Retrieve the value in a variable using a path |
| ansible.utils.index_of | Find the indices of items in a list matching some criteria |
| ansible.utils.to_paths | Flatten a complex object into a dictionary of paths and values |
| ansible.utils.validate | Validate data with provided criteria |