Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cobbler/cobbler
Cobbler is a versatile Linux deployment server
https://github.com/cobbler/cobbler
cobbler deployment dhcp hacktoberfest pxe python tftp
Last synced: 4 days ago
JSON representation
Cobbler is a versatile Linux deployment server
- Host: GitHub
- URL: https://github.com/cobbler/cobbler
- Owner: cobbler
- License: gpl-2.0
- Created: 2011-11-08T15:01:00.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T17:55:57.000Z (about 2 months ago)
- Last Synced: 2025-01-04T06:38:52.113Z (8 days ago)
- Topics: cobbler, deployment, dhcp, hacktoberfest, pxe, python, tftp
- Language: Python
- Homepage: https://cobbler.github.io
- Size: 61.1 MB
- Stars: 2,645
- Watchers: 137
- Forks: 651
- Open Issues: 324
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.d/1643.added
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS.in
Awesome Lists containing this project
- awesome-repositories - cobbler/cobbler - Cobbler is a versatile Linux deployment server (Python)
- awesome-baremetal - cobbler - "Cobbler is a Linux installation server that allows for rapid setup of network installation environments" (Self-hosted)
README
# Cobbler
[![Publish Python distributions to TestPyPI](https://github.com/cobbler/cobbler/actions/workflows/release_master.yml/badge.svg?branch=master)](https://github.com/cobbler/cobbler/actions/workflows/release_master.yml)
[![PyPI version](https://badge.fury.io/py/cobbler.svg)](https://badge.fury.io/py/cobbler)
![PyPI - Downloads](https://img.shields.io/pypi/dm/cobbler)
[![Documentation Status](https://readthedocs.org/projects/cobbler/badge/?version=latest)](https://cobbler.readthedocs.io/en/latest/)
[![Matrix](https://img.shields.io/matrix/cobbler-community:matrix.org?label=Chat%20on%20Matrix&logo=matrix)](https://app.element.io/#/room/#cobbler_community:gitter.im)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c8c0c787c4854aba925d361eacc15811)](https://www.codacy.com/gh/cobbler/cobbler/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cobbler/cobbler&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/c8c0c787c4854aba925d361eacc15811)](https://www.codacy.com/gh/cobbler/cobbler/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cobbler/cobbler&utm_campaign=Badge_Coverage)
[![Asciinema](https://img.shields.io/badge/asciinema-Cobbler-success)](https://asciinema.org/~Cobbler)Cobbler is a Linux installation server that allows for rapid setup of network installation environments. It glues
together and automates many associated Linux tasks so you do not have to hop between lots of various commands and
applications when rolling out new systems, and, in some cases, changing existing ones. It can help with installation,
DNS, DHCP, package updates, power management, configuration management orchestration, and much more.[![asciicast](https://asciinema.org/a/351156.svg)](https://asciinema.org/a/351156)
Read more at [https://cobbler.github.io](https://cobbler.github.io)
To view the man-pages, install the RPM and run `man cobbler` or run `perldoc cobbler.pod` from a source checkout.
To build the RPM, run `make rpms`. Developers, try `make webtest` to do a local `make install` that preserves your
configuration.If you want to contribute you may find more information under [CONTRIBUTING.md](CONTRIBUTING.md).
The documentation can be found at [Readthedocs](https://cobbler.readthedocs.io)