2021-04-20 01:55:09 +07:00
# Bare-metal
2021-02-12 16:12:21 +07:00
2021-12-26 12:12:36 +07:00
- Ansible renders the configuration file for each bare metal machine (like IP, hostname...) and the PXE server from [templates ](./roles/pxe_server/templates )
2021-06-10 07:14:10 +07:00
- The tools container creates sibling containers to build a PXE server (includes DHCP, TFTP and HTTP server)
2021-11-28 14:13:06 +07:00
- Ansible [wake the machines up ](./roles/wake/tasks/main.yml ) using Wake on LAN
2021-06-10 07:14:10 +07:00
- The machine start the boot process, the OS get installed (through PXE server) and the machine reboots to the new operating system
2021-09-17 23:39:47 +07:00
- Ansible build a Kubernetes cluster based on k3s