Defining variables for your Ansible playbooks and roles can become challenging as your project grows. Browsing the Ansible documentation, the diversity of Ansible variables location is confusing, to say the least: command line values (for example, -u my_user, these are not variables) role defaults (defined in role/defaults/main.yml) inventory file or […]