https://github.com/hasiotis/zbuilder
Building VMs and applying ansible playbooks
https://github.com/hasiotis/zbuilder
ansible devops python
Last synced: 10 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T07:01:30.000Z (over 1 year ago)
- Last Synced: 2025-03-27T01:51:31.543Z (11 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
[](https://pypi.org/project/zbuilder/)
[](https://pypistats.org/packages/zbuilder)
[](https://github.com/hasiotis/zbuilder/actions?query=workflow%3A%22Build+status%22)
[](https://zbuilder.readthedocs.io/en/develop/?badge=develop)
[](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)