gather_facts, mention ansible_facts_parallel var (#83278)

pull/34228/head
Brian Coca 6 months ago committed by GitHub
parent 949c503f2e
commit 000bac9a3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,6 +27,8 @@ options:
- By default it will be true if more than one fact module is used.
- For low cost/delay fact modules parallelism overhead might end up meaning the whole process takes longer.
Test your specific case to see if it is a speed improvement or not.
- The C(ansible_facts_parallel) variable can be used to set this option,
overriding the default, but not the direct assignment of the option in the task.
type: bool
attributes:
action:

Loading…
Cancel
Save