khuedoan-homelab/metal
Khue Doan 404454843a Revert "Use raw command for shutdown task"
This reverts commit 31de83b3ff.

Raw poweroff command only needed on CoreOS because it doesn't have
Python
2021-11-16 11:41:20 +07:00
..
group_vars Cleaner Ansible inventory 2021-06-09 19:23:28 +07:00
roles fix(metal): use correct permission for kube config file 2021-11-16 11:18:48 +07:00
ansible.cfg
hosts.yml chore: re-enable metal0 2021-10-24 21:29:59 +00:00
main.yml Add k3s role 2021-09-01 04:19:05 +07:00
Makefile Add linters for metal and infra 2021-06-10 19:28:34 +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

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