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