mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e03fcda6da
Instead, set module_defaults at the play level, which will apply to the gather_facts keyword as well as any ansible.builtin.setup/ansible.builtin.gather_facts tasks. - hosts: all gather_facts: yes module_defaults: ansible.builtin.setup: fact_path: /path/to/facts.d/ gather_subset: '!all,!min,local' gather_timeout: 20 tasks: # also applies to: - ansible.builtin.setup: - ansible.builtin.gather_facts: If you wish to only apply these to the gather_facts keyword, set as play keywords. |
8 months ago | |
---|---|---|
.. | ||
ansiballz_dupe | 1 year ago | |
collection_root_sys/ansible_collections/testns | 1 year ago | |
collection_root_user/ansible_collections | 1 year ago | |
collections/ansible_collections | 1 year ago | |
custom_vars_plugins | 11 months ago | |
filter_plugins | 1 year ago | |
library | 1 year ago | |
roles | ||
test_plugins | 1 year ago | |
test_task_resolved_plugin | 1 year ago | |
testcoll2/plugins/modules | 1 year ago | |
a.statichost.yml | ||
aliases | ||
cache.statichost.yml | ||
check_populated_inventory.yml | ||
import_collection_pb.yml | ||
includeme.yml | ||
inventory_test.yml | ||
invocation_tests.yml | ||
noop.yml | ||
posix.yml | ||
redirected.statichost.yml | ||
runme.sh | 8 months ago | |
test_bypass_host_loop.yml | ||
test_collection_meta.yml | ||
test_redirect_list.yml | ||
test_task_resolved_plugin.sh | ||
vars_plugin_tests.sh | ||
windows.yml |