Posted on 29th April 2025|38 views
What is the use of 'extra_vars' in Ansible?
Posted on 29th April 2025| views
In Ansible, we use extra_vars to send extra variables to the Ansible playbook. We can do this as follows:
ansible-playbook extra_var_single.yml --extra-var my_var=CoolCmdLineVar