This collection includes a variety of validated Ansible roles to automate and manage Day-2 use cases with Cisco UCS.
This collection uses cisco.intersight certified ansible collection and Cisco Intersight API to automate provisioning and management of Intersight Managed UCS servers.
Before using this collection, you need to install it with the Ansible Galaxy command-line tool:
ansible-galaxy collection install cisco.cvd_computeYou can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:
---
collections:
- name: cisco.cvd_computeNote that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible package. To upgrade the collection to the latest available version, run the following command:
ansible-galaxy collection install cisco.cvd_compute --upgradeYou can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 0.1.0:
ansible-galaxy collection install cisco.cvd_compute:==0.1.0See using Ansible collections for more details.
See the changelog.