khuedoan-homelab/metal
2021-12-01 22:53:46 +07:00
..
group_vars
inventories
roles
ansible.cfg
boot.yml
cluster.yml
Makefile build: optimize dev environment build targets 2021-12-01 22:44:10 +07:00
README.md
shutdown.yml
Vagrantfile docs: run Vagrant without changing working directory 2021-12-01 22:53:46 +07:00

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