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.
ansible/test/integration/targets/collections
Sloane Hertel e03fcda6da
Remove deprecated configs for DEFAULT_FACT_PATH, DEFAULT_GATHER_SUBSET, and DEFAULT_GATHER_TIMEOUT (#82978)
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.
7 months ago
..
ansiballz_dupe Require `from __future__ import annotations` (#81902) 1 year ago
collection_root_sys/ansible_collections/testns Require `from __future__ import annotations` (#81902) 1 year ago
collection_root_user/ansible_collections Require `from __future__ import annotations` (#81902) 1 year ago
collections/ansible_collections Require `from __future__ import annotations` (#81902) 1 year ago
custom_vars_plugins Replace unwelcoming words (#82413) 10 months ago
filter_plugins Require `from __future__ import annotations` (#81902) 1 year ago
library Require `from __future__ import annotations` (#81902) 1 year ago
roles
test_plugins Require `from __future__ import annotations` (#81902) 1 year ago
test_task_resolved_plugin Require `from __future__ import annotations` (#81902) 1 year ago
testcoll2/plugins/modules Require `from __future__ import annotations` (#81902) 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 Remove deprecated configs for DEFAULT_FACT_PATH, DEFAULT_GATHER_SUBSET, and DEFAULT_GATHER_TIMEOUT (#82978) 7 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