Skip to content

v0.4.0

Compare
Choose a tag to compare
@tosin2013 tosin2013 released this 03 Mar 22:49
· 136 commits to main since this release

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