Deprecated

Removed in 4.0.0

i

Reason:Features are now part of every single v3 modules. | Alternative:Currently no alternative.

arista.cvp.cv_facts (3.10.1) — module

Collect facts from CloudVision Portal.

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

Authors: Ansible Arista Team (@aristanetworks)

Install collection

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


Add to requirements.yml

  collections:
    - name: arista.cvp
      version: 3.10.1

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, and tasks. Using this parameter allows user
      to limit scope to a subset of information.
    elements: str
    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 `!` to specify that a specific subset should not be collected.
    elements: str
    required: false
    type: list