Skip to content

ansible-galaxy

Installing the latest version

You can install the Cisco DCNM collection with the Ansible Galaxy CLI.

Installing with ansible-galaxy
ansible-galaxy collection install cisco.dcnm

Installing a specific version

To install a specific version, you can include it in a requirements.yml file and install with the following.

Installing a specific version
ansible-galaxy collection install -r requirements.yml

Where requirements.yml contains.

requirements.yml
---
collections:
  - name: cisco.dcnm
    version: 3.5.1