Is there a way to list all defined variables during a playbook run?
Something similar to:
pprint.pprint(locals()) in python?
I'd basically like to get a snapshot of all defined variables -- host
vars, things set with -e, group_vars/all , etc.
Thanks,
James