We can pass variables to the ansible upon invoking it using `--extra-vars` or `-e`. ``` --extra-vars "blaat=piet henk=joop" --extra-vars '{"blaat":"piet","henk":"joop"}' --extra-vars "@file.json" --extra-vars "@file.yml" ```