Collection for oVirt environments
Name | Description | Dependencies | Tags |
---|---|---|---|
ovirt_affinity_groups | Managing affinity groups | ovirt_async, ovirt_auth | - |
ovirt_affinity_labels | Managing affinity labels | ovirt_async, ovirt_auth | - |
ovirt_async | Managing async check operations | - | - |
ovirt_auth | Managing authentication | - | - |
ovirt_disks | Managing disks | ovirt_async, ovirt_auth | - |
ovirt_nics | Managing network interface controllers | ovirt_async, ovirt_auth | - |
ovirt_tags | Managing tags | ovirt_async, ovirt_auth | - |
ovirt_vms | Managing virtual machines | ovirt_async, ovirt_auth, ovirt_affinity_groups, ovirt_affinity_labels, ovirt_disks, ovirt_nics, ovirt_tags | auth , state , nics , disks , tags , affinity_labels , affinity_groups , init_state |
# RPM-based distributions
dnf -y install \
gcc \
libxml2-devel \
python3-devel
# APT-based distributions
apt-get --assume-yes install \
gcc \
libxml2-dev \
python3-dev
python3 -m venv .venv
pip install ansible
pip install -r meta/requirements.txt
ansible-galaxy collection install -r meta/requirements.yml
- Apache 2.0
- GPL 3.0
- Martsinkevich Artur (@mrcnkwcz)