arista.cvp.cv_facts (1.1.0) — module

Collect facts from CloudVision Portal.

| "added in version" 2.9 of arista.cvp"

Authors: EMEA AS Team (@aristanetworks)

preview | supported by community

Install collection

Install with ansible-galaxy collection install arista.cvp:==1.1.0


Add to requirements.yml

  collections:
    - name: arista.cvp
      version: 1.1.0

Description

Returns list of devices, configlets, containers and images

Inputs

    
facts:
    choices:
    - all
    - devices
    - containers
    - configlets
    - tasks
    default:
    - all
    description:
    - List of facts to retrieve from CVP.
    - By default, cv_facts returns facts for devices/configlets/containers/tasks
    - Using this parameter allows user to limit scope to a subet of information.
    required: false
    type: list

gather_subset:
    choices:
    - default
    - config
    - tasks_pending
    - tasks_failed
    - tasks_all
    default:
    - default
    description:
    - When supplied, this argument will restrict the facts collected
    - to a given subset.  Possible values for this argument include
    - all, hardware, config, and interfaces.  Can specify a list of
    - values to include a larger subset.  Values can also be used
    - with an initial C(M(!)) to specify that a specific subset should
    - not be collected.
    required: false
    type: list