khuedoan-homelab/metal
2021-12-06 09:04:22 +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 fix(metal): fix deprecated kernel parameter (#6) 2021-12-06 09:04:22 +07:00
ansible.cfg Disable host key checking 2021-03-01 00:44:11 +07:00
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 build: optimize dev environment build targets 2021-12-01 22:44:10 +07:00
README.md docs: fix links 2021-11-28 14:13:06 +07:00
shutdown.yml Revert "Use raw command for shutdown task" 2021-11-16 11:41:20 +07:00
Vagrantfile docs: run Vagrant without changing working directory 2021-12-01 22:53:46 +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