Tag: Cobbler

  • 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…