khuedoan-homelab/metal
2022-02-13 08:37:02 +07:00
..
group_vars Revert "Revert "refactor(metal): put hardware info in inventory too"" 2022-01-15 16:04:59 +07:00
inventories refactor(metal): rename staging nodes 2022-01-15 22:08:09 +07:00
roles refactor(kickstart): do not create a /home partition 2022-02-13 08:37:02 +07:00
ansible.cfg Disable host key checking 2021-03-01 00:44:11 +07:00
boot.yml style: Ansible lint 2021-12-26 12:12:36 +07:00
cluster.yml feat(metallb): generate address pool automatically 2021-12-27 13:44:21 +07:00
Makefile refactor(metal): convert inventories back to YAML 2022-01-02 12:27:21 +07:00
README.md style: Ansible lint 2021-12-26 12:12:36 +07:00
shutdown.yml style: Ansible lint 2021-12-26 12:12:36 +07:00
Vagrantfile perf: reduce dev VM requirements 2022-02-11 21:37:10 +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