Cobbler-TFTP is a lightweight CLI application written in Python that serves as a stateless TFTP server. It seamlessly integrates with Cobbler to generate and serve boot configuration files dynamically to managed machines.
- Stateless TFTP server for network booting and provisioning
- Interoperates with Cobbler for centralized management and configuration deployment
- Dynamic on-demand generation of boot configuration files for efficient resource use
- Configurable daemon process
Please note that Cobbler-TFTP is currently still in an early development stage and is not yet ready to be released.
To get started quickly with cobbler-tftp
, simply install it using pip
and start the daemon.
pip install cobbler-tftp && cobbler-tftp
For a more in-depth guide on how to use and configure cobbler-tftp
- as well as additional
installation options - please refer to our documentation.
You can find our latest documentation on our Read the Docs Page.
If you would like to contribute to this project, you can take a look at our contributing guide for a detailed guide on how you can help to make Cobbler-TFTP the best int can be.
We greatly appreciate any contribution!