Skip to content

Module Configlet Build configuration

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 extensio 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 intented 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 is not guaranteed to have a backwards compatible interface.


Last update: May 5, 2022
Back to top