vkhitrin / ansible-libguestfs-collection

Ansible collection for libguestfs modules
https://galaxy.ansible.com/vkhitrin/libguestfs
GNU General Public License v3.0
7 stars 3 forks source link
ansible ansible-modules guest-image libguestfs virt-customize

libguestfs Collection

NOTE: This collection is not endorsed by the libguestfs community, this is a personal effort.

libguestfs modules allow users to use Ansible to automate commonly used libguestfs actions in a native way.

Prerequisites

On Ansible Controller:

On Ansible Host:

Compatibility Matrix

Distro Supported Notes
Fedora/CentOS/RHEL Yes
Ubuntu/Debian Yes
Windows No Not Supported, no plans to support right now

Documentation

Please refer to docs directory.

Installation

Ansible Galaxy

Collection can be installed from Ansible galaxy:

ansible-galaxy collection install vkhitrin.libguestfs

Locally

Build the collection:

ansible-galaxy collection build

Install collection:

ansible-galaxy collection install --force vkhitrin-libguestfs-<VERSION>.tar.gz

License

This project is licensed under GPL-3.0 License. Please see the COPYING.md for more information.