Skip to content

Module cv_tag_v3

cv_tag_v3

Create/Assign/Delete/Unassign tags on CVP

Module added in version 3.4.0

Synopsis

CloudVison Portal Tag module to Create/Assign/Delete/Unassign tags on CloudVision

Module-specific Options

The following options may be specified for this module:

parameter type required default choices comments
auto_create
bool no True
  • yes
  • no
auto_create tags before assigning
mode
str no
  • create
  • delete
  • assign
  • unassign
action to carry out on the tags create - create tags delete - delete tags assign - assign existing tags to device unassign - unassign existing tags from device
tags
list yes
CVP tags


Examples:

---
- name: "create tags"
  arista.cvp.cv_tag_v3:
    tags: "{{CVP_TAGS}}"
    mode: create
    auto_create: true
Author
  • Ansible Arista Team (@aristanetworks)

Last update: July 22, 2022