buluma.qemu
Ansible Role qemu
This role installs QEMU.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
Here’s a simple example from molecule/default/converge.yml
. It’s tested whenever there’s a push, pull request, or release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: buluma.qemu
Before running, the machine must be prepared. This is done in CI using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
For more information, see the full explanation and example on how to use these roles.
Requirements
- Python packages listed in requirements.txt.
State of Used Roles
We use the following roles to set up a system. You may choose a different way to prepare your system.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap |
Context
This role is part of many compatible roles. Check out the documentation of these roles for more information.
Here’s a visual overview of related roles:
Compatibility
This role has been tested with the following container images:
Container | Tags |
---|---|
Alpine | all |
EL | 8 |
Debian | all |
Fedora | all |
openSUSE | all |
Ubuntu | all |
The minimum required version of Ansible is 2.12. Testing has been done for:
- The previous version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
Changelog
You can find the Role History here.
License
This role is licensed under Apache-2.0.
Author Information
The author is Shadow Walker.
ansible-galaxy install buluma.qemu