Skip to content

configlet_build_config

Build arista.cvp.configlet configuration.

Module added in version 2.9

Synopsis

Build configuration to publish configlets on CloudVision.

Module-specific Options

The following options may be specified for this module:

parameter type required default choices comments
configlet_dir
str yes
Directory where configlets are located.
configlet_extension
str no conf
File extension to look for.
configlet_prefix
str yes
Prefix to append on configlet.
destination
str no
File where to save information.


Examples

# tasks file for cvp_configlet_upload
- name: generate intended variables
  tags: [build, provision]
  configlet_build_config:
    configlet_dir: '{{ configlet_dir }}'
    configlet_prefix: '{{ configlets_prefix }}'
    configlet_extension: '{{configlet_extension}}'

Author

  • EMEA AS Team (@aristanetworks)

Status

This module is flagged as preview which means that it’s not guaranteed to have a backwards compatible interface.


Last update: August 4, 2022