khuedoan-homelab/metal
Khue Doan 5b258eba7a style(metal): convert inventories from YAML to INI
We don't need to parse the inventories in Terraform anymore.
INI is easier to read and edit
2021-11-25 18:48:55 +07:00
..
group_vars feat(metal): add dev VM for local development or evaluation 2021-11-25 18:36:34 +07:00
inventories style(metal): convert inventories from YAML to INI 2021-11-25 18:48:55 +07:00
roles fix(metal): ignore cached k3s binary 2021-11-25 18:30:30 +07:00
ansible.cfg
boot.yml refactor(metal): split main playbook to boot and cluster 2021-11-25 18:26:44 +07:00
cluster.yml refactor(metal): split main playbook to boot and cluster 2021-11-25 18:26:44 +07:00
Makefile style(metal): convert inventories from YAML to INI 2021-11-25 18:48:55 +07:00
README.md Update metal docs 2021-09-17 23:39:47 +07:00
shutdown.yml Revert "Use raw command for shutdown task" 2021-11-16 11:41:20 +07:00
Vagrantfile feat(metal): add dev VM for local development or evaluation 2021-11-25 18:36:34 +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