Skip to content

Releases: Qubinode/qubinode_kvmhost_setup_collection

Release list

v0.3.0

Choose a tag to compare

@tosin2013 tosin2013 released this 23 Feb 15:26

Ansible Collection: tosin2013.qubinode_kvmhost_setup_collection

To install without requirements.yml file:

ansible-galaxy collection install tosin2013.qubinode_kvmhost_setup_collection

Install with requirements.yml file:

ansible-galaxy collection install -r requirements.yml -f

The requirements.yml needs to have the following format and content:

---
collections:
    - tosin2013.qubinode_kvmhost_setup_collection

For Development use the below command:

---
collections:
  - name: https://github.com/Qubinode/qubinode_kvmhost_setup_collection.git
    type: git
    version: main

Full Changelog: v0.1.0...v0.3.0