Need help in understanding what these preceding key value pairs in ansible-playbook command are? What are ABCD_ISACTIVATED_CHECK and ABCD_PYTHON_INTERPRETER in the example below? Is there any other way to set it?
ABCD_ISACTIVATED_CHECK=false ABCD_PYTHON_INTERPRETER=python ansible-playbook -i roles/abc/inventory.yml playbooks/sop.yml --extra-vars "component=xyz sop=ansible/install_ABCD_all"