khuedoan-homelab/metal
2022-05-14 14:23:25 +07:00
..
group_vars
inventories
roles
ansible.cfg Disable host key checking 2021-03-01 00:44:11 +07:00
boot.yml
cluster.yml
k3d-dev.yaml
Makefile
README.md

Bare-metal

  • Ansible renders the configuration file for each bare metal machine (like IP, hostname...) and the PXE server from templates
  • The tools container creates sibling containers to build a PXE server (includes DHCP, TFTP and HTTP server)
  • Ansible wake the machines up using Wake on LAN
  • The machine start the boot process, the OS get installed (through PXE server) and the machine reboots to the new operating system
  • Ansible build a Kubernetes cluster based on k3s