arista.cvp.cv_facts_v3 (3.10.1) — module

Collect facts from CloudVision

| "added in version" 3.3.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, images and tasks from CloudVision

Inputs

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

verbose:
    choices:
    - long
    - short
    default: short
    description: Get all data from CVP or get only cv_modules data.
    required: false
    type: str

regexp_filter:
    default: .*
    description: Regular Expression to filter containers, configlets, devices and tasks
      in facts.
    required: false
    type: str