【发布时间】:2022-12-27 21:05:36
【问题描述】:
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
【问题讨论】:
标签: ansible ansible-facts