mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-30 19:34:37 +00:00
Update docs for main
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
<!--start build_status -->
|
<!--start build_status -->
|
||||||
<p><a class="reference external" href="https://github.com/kubevirt/kubevirt.core/actions"><img alt="Build Status" src="https://github.com/kubevirt/kubevirt.core/workflows/CI/badge.svg?event=push" /></a></p>
|
<p><a class="reference external" href="https://github.com/kubevirt/kubevirt.core/actions"><img alt="Build Status" src="https://github.com/kubevirt/kubevirt.core/workflows/CI/badge.svg?event=push" /></a></p>
|
||||||
<!--end build_status -->
|
<!--end build_status -->
|
||||||
<p>This repository hosts the <code class="docutils literal notranslate"><span class="pre">kubevirt.core</span></code> Ansible Collection, which provides virtual machine operations and inventory source for use with Ansible.</p>
|
<p>This repository hosts the <code class="docutils literal notranslate"><span class="pre">kubevirt.core</span></code> Ansible Collection, which provides virtual machine operations and an inventory source for use with Ansible.</p>
|
||||||
<!--start requires_ansible-->
|
<!--start requires_ansible-->
|
||||||
<section id="ansible-and-python-version-compatibility">
|
<section id="ansible-and-python-version-compatibility">
|
||||||
<h2>Ansible and Python version compatibility<a class="headerlink" href="#ansible-and-python-version-compatibility" title="Link to this heading"></a></h2>
|
<h2>Ansible and Python version compatibility<a class="headerlink" href="#ansible-and-python-version-compatibility" title="Link to this heading"></a></h2>
|
||||||
@@ -154,15 +154,17 @@ ansible-galaxy<span class="w"> </span>collection<span class="w"> </span>install<
|
|||||||
</section>
|
</section>
|
||||||
<section id="dependencies">
|
<section id="dependencies">
|
||||||
<h3>Dependencies<a class="headerlink" href="#dependencies" title="Link to this heading"></a></h3>
|
<h3>Dependencies<a class="headerlink" href="#dependencies" title="Link to this heading"></a></h3>
|
||||||
|
<!--start collection_dependencies -->
|
||||||
<section id="ansible-collections">
|
<section id="ansible-collections">
|
||||||
<h4>Ansible collections<a class="headerlink" href="#ansible-collections" title="Link to this heading"></a></h4>
|
<h4>Ansible collections<a class="headerlink" href="#ansible-collections" title="Link to this heading"></a></h4>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference external" href="https://docs.ansible.com/ansible/latest/collections/kubernetes/core/index.html">kubernetes.core</a>>=3.0.1</p></li>
|
<li><p><a class="reference external" href="https://galaxy.ansible.com/ui/repo/published/kubernetes/core">kubernetes.core</a>>=3.0.1</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>To install all the dependencies:</p>
|
<p>To install all the dependencies:</p>
|
||||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>ansible-galaxy<span class="w"> </span>collection<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>requirements.yml
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>ansible-galaxy<span class="w"> </span>collection<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>requirements.yml
|
||||||
</pre></div>
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--end collection_dependencies -->
|
||||||
</section>
|
</section>
|
||||||
<section id="python-libraries">
|
<section id="python-libraries">
|
||||||
<h4>Python libraries<a class="headerlink" href="#python-libraries" title="Link to this heading"></a></h4>
|
<h4>Python libraries<a class="headerlink" href="#python-libraries" title="Link to this heading"></a></h4>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user