khuedoan-homelab/metal
2022-05-19 00:18:29 +07:00
..
group_vars style(metal): fix Ansible lint 2022-05-14 21:24:39 +07:00
inventories refactor!: switch dev environment from Vagrant to k3d 2022-04-04 03:21:42 +07:00
roles fix(metal): upgrade Rocky Linux to 8.6 and pin permanent URL 2022-05-19 00:18:29 +07:00
ansible.cfg style(metal): forces color mode in Ansible 2022-05-14 21:01:32 +07:00
boot.yml style: Ansible lint 2021-12-26 12:12:36 +07:00
cluster.yml feat(metal): enable automatic upgrade for Rocky Linux 2022-02-25 01:31:52 +07:00
k3d-dev.yaml refactor!: switch dev environment from Vagrant to k3d 2022-04-04 03:21:42 +07:00
Makefile refactor!: switch dev environment from Vagrant to k3d 2022-04-04 03:21:42 +07:00
README.md style: Ansible lint 2021-12-26 12:12:36 +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