To speed up execution of Ansible playbooks, I occasionally want to disable gathering facts during the setup phase. This can be done in the playbook by adding:
gather_facts: False
but how can it be controlled in the command line?
I execute my Ansible playbook like this:
ansible-playbook playbook.yaml -i inventory.yaml