arista.cvp.cv_facts_v1 (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 the list of devices, configlets, containers and images

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
    # Collect CVP Facts as init process
- name: "Gather CVP facts from {{inventory_hostname}}"
  arista.cvp.cv_facts_v1:
  register: cvp_facts

Inputs

    
gather_subset:
    choices:
    - default
    - config
    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