How can I pass variable to ansible playbook in the command line?
Reading the docs I find the section Passing Variables On The Command Line, that gives this example: ansible-playbook release.yml –extra-vars “version=1.23.45 other_variable=foo” Others examples demonstrate how to load from JSON string (≥1.2) or file (≥1.3)