0 votes
in Ansible by
How can you see all variables for a host?

1 Answer

0 votes
by

You can see all the variables using the host vary variable. It stores host variables with the hostname as key. For example, to look at the variables defined for localhost, you can run the following command, such as:

...