setup

Collection: builtin

Full Name: parallax.builtin.setup

Aliases: ansible.builtin.setup, setup

Synopsis

Manage setup

Parameters

NameTypeRequiredDefaultDescription
gather_subsetlist[all]If supplied, restrict the additional facts collected to the given subset
gather_timeoutint10Set the default timeout in seconds for individual fact gathering
filterlistIf supplied, only return facts that match one of the shell-style (fnmatch) patterns
fact_pathstringPath used for local ansible facts (*.fact)

Example

- name: Example setup task
  setup:
    gather_subset: <your_gather_subset>
    gather_timeout: 10