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 Allow a collection role to call a standalone role by default (#69102) 5 years ago
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 Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
cache.statichost.yml implemented 'prefix' for file based cache (#69872) 4 years ago
check_populated_inventory.yml fix using inventory and cache plugins in a collection (#56469) 5 years ago
import_collection_pb.yml Fix pb subs collapse (#74301) 4 years ago
includeme.yml module_utils fixes in collections (#55118) 6 years ago
inventory_test.yml collection routing (#67684) 4 years ago
invocation_tests.yml Action module xross coll (#68080) 5 years ago
noop.yml try to load unqualified plugins from whitelist (#70086) 4 years ago
posix.yml fix various Jinja plugin caching issues (#79781) 1 year ago
redirected.statichost.yml Rename to ansible-core (#72594) 4 years ago
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 Require Jinja2 3.0.0 (#75881) 3 years ago
test_collection_meta.yml Error for context-dependent redirects (#78755) 2 years ago
test_redirect_list.yml Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73863) 4 years ago
test_task_resolved_plugin.sh Add a resolved_action task attribute (#74709) 3 years ago
vars_plugin_tests.sh Fix vars plugin code and documentation mismatch (#78562) 2 years ago
windows.yml PowerShell - Support optional module util imports (#75187) 3 years ago