Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasiotis/zbuilder
Building VMs and applying ansible playbooks
https://github.com/hasiotis/zbuilder
ansible devops python
Last synced: 3 months ago
JSON representation
Building VMs and applying ansible playbooks
- Host: GitHub
- URL: https://github.com/hasiotis/zbuilder
- Owner: hasiotis
- License: gpl-3.0
- Created: 2018-09-06T19:33:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T07:01:30.000Z (4 months ago)
- Last Synced: 2024-10-31T19:37:02.450Z (3 months ago)
- Topics: ansible, devops, python
- Language: Python
- Size: 1020 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Zbuilder: Building VMs and applying ansible playbooks
[![PyPi version](https://badge.fury.io/py/zbuilder.svg)](https://pypi.org/project/zbuilder/)
[![PyPi downloads](https://img.shields.io/pypi/dm/zbuilder.svg)](https://pypistats.org/packages/zbuilder)
[![Build status](https://github.com/hasiotis/zbuilder/workflows/Build%20status/badge.svg)](https://github.com/hasiotis/zbuilder/actions?query=workflow%3A%22Build+status%22)
[![Documentation Status](https://readthedocs.org/projects/zbuilder/badge/?version=stable)](https://zbuilder.readthedocs.io/en/develop/?badge=develop)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/hasiotis/zbuilder/blob/master/LICENSE)ZBuilder is a tool to help you build VMs ready to be transfered to ansible.
By using ansible as a library, it has access to all ansible variables. This
way it achieves high integration with ansible.## Installation
Install and update using:
```
pip3 install --user --upgrade zbuilder
```## Links
* [Documentation](https://zbuilder.readthedocs.io/en/stable/?badge=stable)
* [Releases](https://pypi.org/project/zbuilder/)
* [Code](https://github.com/hasiotis/zbuilder)