0 votes
in Ansible by
What are the variables in Ansible?

1 Answer

0 votes
by

The variable is very similar to using the variables in a programming language. It helps you to assign a value to a variable and use it anywhere in the playbook. You can put the conditions around the value of the variables and use them in the playbook accordingly.

...