setup
Collection: builtin
Full Name: parallax.builtin.setup
Aliases: ansible.builtin.setup, setup
Synopsis
Manage setup
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| gather_subset | list | [all] | If supplied, restrict the additional facts collected to the given subset | |
| gather_timeout | int | 10 | Set the default timeout in seconds for individual fact gathering | |
| filter | list | If supplied, only return facts that match one of the shell-style (fnmatch) patterns | ||
| fact_path | string | Path used for local ansible facts (*.fact) |
Example
- name: Example setup task
setup:
gather_subset: <your_gather_subset>
gather_timeout: 10