khuedoan-homelab/metal
2022-03-06 14:47:32 +07:00
..
group_vars
inventories refactor!: remove staging environment 2022-02-20 10:58:59 +07:00
roles style(metal): update some task names 2022-03-06 14:47:32 +07:00
ansible.cfg
boot.yml
cluster.yml feat(metal): enable automatic upgrade for Rocky Linux 2022-02-25 01:31:52 +07:00
Makefile build(metal): add target for ansible-console 2022-02-25 01:38:53 +07:00
README.md
Vagrantfile

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