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: about 1 month 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 (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T15:57:18.000Z (2 months ago)
- Last Synced: 2025-03-10T22:15:33.543Z (about 1 month ago)
- Topics: cobbler, deployment, dhcp, hacktoberfest, pxe, python, tftp
- Language: Python
- Homepage: https://cobbler.github.io
- Size: 61.2 MB
- Stars: 2,652
- Watchers: 134
- Forks: 651
- Open Issues: 332
-
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-python-applications - Repo
- awesome-python-applications - Repo
README
# Cobbler
[](https://github.com/cobbler/cobbler/actions/workflows/release_master.yml)
[](https://badge.fury.io/py/cobbler)

[](https://cobbler.readthedocs.io/en/latest/)
[](https://app.element.io/#/room/#cobbler_community:gitter.im)
[](https://www.codacy.com/gh/cobbler/cobbler/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cobbler/cobbler&utm_campaign=Badge_Grade)
[](https://www.codacy.com/gh/cobbler/cobbler/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cobbler/cobbler&utm_campaign=Badge_Coverage)
[](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.[](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)