Category: Cobbler

  • Cobbler Web UI Deployment Guide (Podman + systemd)

    Official info here: https://github.com/cobbler/cobbler-web Cobbler server and cobbler web are two separate products, so separately installed. This guide assumes you have cobbler server running already. This guide shows how to run cobbler-web using Podman, but there are other ways to run it, consult official guide for more info. Step 1: Create local config File Create…

  • Setting Up Cobbler on Rocky9

    This guide was made using latest RockyLinux9.5 and latest Cobbler-3.3.7. Also, please note I use Windows DHCP and DNS, cobbler does not run DHCP or DNS, but PXE and TFTP services run on cobbler server. 1. Disable SELinux 2. Install EPEL Repository and Update System 3. Configure Firewall Allow HTTP/HTTPS and samba. PXE and TFTP…

  • AWX Dynamic Inventory plugin for cobbler

    Here is my guide on how to import systems/hosts from cobbler. Step 1: Create a Custom Credential Type create inventories/cobbler_inventory.py in your repo and sync the project. Step 1: Create a Custom Credential Type Injector Configuration: Define how these fields will be injected into the environment:YAML Save the Custom Credential Type. Step 2: Create a…