khuedoan-homelab/metal
2021-12-27 13:44:21 +07:00
..
group_vars docs: add more details for config instructions 2021-11-28 15:34:20 +07:00
inventories refactor(metal): use public network for dev VM 2021-11-25 18:55:29 +07:00
roles feat(metallb): generate address pool automatically 2021-12-27 13:44:21 +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 chore: cleanup lint targets 2021-12-27 11:36:47 +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 chore: increase dev VM disk size 2021-12-25 22:28:09 +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