mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-28 10:24:39 +00:00
Merge pull request #59 from 0xFelix/update-readme-3
docs: Update link to kubernetes.core collection in README.md
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
[](https://github.com/kubevirt/kubevirt.core/actions)
|
[](https://github.com/kubevirt/kubevirt.core/actions)
|
||||||
<!--end build_status -->
|
<!--end build_status -->
|
||||||
|
|
||||||
This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and inventory source for use with Ansible.
|
This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and an inventory source for use with Ansible.
|
||||||
|
|
||||||
<!--start requires_ansible-->
|
<!--start requires_ansible-->
|
||||||
## Ansible and Python version compatibility
|
## Ansible and Python version compatibility
|
||||||
@@ -42,14 +42,16 @@ ansible-galaxy collection install kubevirt-kubevirt.core-*.tar.gz
|
|||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
|
<!--start collection_dependencies -->
|
||||||
#### Ansible collections
|
#### Ansible collections
|
||||||
|
|
||||||
* [kubernetes.core](https://docs.ansible.com/ansible/latest/collections/kubernetes/core/index.html)>=3.0.1
|
* [kubernetes.core](https://galaxy.ansible.com/ui/repo/published/kubernetes/core)>=3.0.1
|
||||||
|
|
||||||
To install all the dependencies:
|
To install all the dependencies:
|
||||||
```bash
|
```bash
|
||||||
ansible-galaxy collection install -r requirements.yml
|
ansible-galaxy collection install -r requirements.yml
|
||||||
```
|
```
|
||||||
|
<!--end collection_dependencies -->
|
||||||
|
|
||||||
#### Python libraries
|
#### Python libraries
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user