Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 233 Bytes

File metadata and controls

11 lines (6 loc) · 233 Bytes

Commands that are handy when working with ansible

Wondering what hosts/variables ansible is finding?

ansible-inventory -i hosts2.yml --graph --vars

Debug

This took me years to discover..

- debug: var=variable_name