How To Use Variables in Ansible Playbooks
Ansible supports the use of variables to better customize the execution of tasks and playbooks. This way, it’s possible to use the same playbook with different targets and environments. Variables can come from different sources, such as the playbook file itself or external variable files that are imported in the playbook. Learn more about Ansible variables in this short guide.