You can always see all the variables available to you by doing something
like what was posted here:
https://gryzli.info/2015/05/29/ansible-dump-all-variables/
The other option would be to just create a task that prints out current
variables, example:
- name: See Variables
hosts: [tag_name_m*]
connection: local
tasks:
- name: see vars
debug: var=vars
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/278f0c1f-6c75-4f09-a628-acbc8a05f5bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.