GithubHelp home page GithubHelp logo

vkhitrin / virt-customize-ansible-modules Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 3.0 72 KB

Ansible modules that perform libguestfs actions

License: GNU General Public License v3.0

Python 100.00%
ansible-modules libguestfs ansible virt-customize guest-image python

virt-customize-ansible-modules's Introduction

virt-customize Ansible Modules

This repository is deprecated in favor of ansible-libguestfs-collection!

Note: This is a POC repo

Note: Due to it being a POC repo, code isn't optimized.

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

Prerequisites:

On Ansible Controller:

  • Ansible >= 2.4.0 (May work on earlier releases)
  • Python >= 2.7.5 || Python >= 3.4
  • gcc

On Ansible Host:

  • gcc
  • libguestfs
  • libguestfs-devel
  • Python >= 2.7.5 || Python >= 3.4
  • libguestfs python bindings:
    • System: If your distribution's package manager contains python-libguestfs, install it (via yum, apt ...)
    • pip: If a virtual environment is used or you do not have a pre packaged python-libguestfs, refer to guestfs python bindings in a virtualenv In order to install via pip download the relevant version from http://download.libguestfs.org/python/ Example, http://download.libguestfs.org/python/guestfs-1.36.10.tar.gz

Compatibility Matrix

✔️ - Fully Supported and tested

❗ - Supported and not tested or partial support

❌ - Not supported

Distro Supported Notes
Fedora/CentOS/RHEL ✔️
Ubuntu ✔️
Debian ✔️
Windows Not Implemented

Documentation

Please refer to repo's documentation for more information

Installation

TODO: Host on PyPI

Install from remote:

pip install git+https://github.com/vkhitrin/virt-customize-ansible-modules

Install from cloned repo

git clone https://github.com/VKhitrin/virt-customize-ansible-modules
cd virt-cusomize-ansible-modules
pip install .

Uninstallation

pip uninstall virt-customize-ansible-modules

License

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

virt-customize-ansible-modules's People

Contributors

vkhitrin avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.