khuedoan-homelab/metal
Khue Doan 66c70c023f refactor(metal): convert inventories back to YAML
Easier for Vagrant (and other tools in the future) to parse
2022-01-02 12:27:21 +07:00
..
group_vars docs: add more details for config instructions 2021-11-28 15:34:20 +07:00
inventories refactor(metal): convert inventories back to YAML 2022-01-02 12:27:21 +07:00
roles feat(metallb): generate address pool automatically 2021-12-27 13:44:21 +07:00
.gitignore feat(metal): generate dev VM ansible_host automatically 2021-12-31 16:45:53 +07:00
ansible.cfg Disable host key checking 2021-03-01 00:44:11 +07:00
boot.yml style: Ansible lint 2021-12-26 12:12:36 +07:00
cluster.yml feat(metallb): generate address pool automatically 2021-12-27 13:44:21 +07:00
Makefile refactor(metal): convert inventories back to YAML 2022-01-02 12:27:21 +07:00
README.md style: Ansible lint 2021-12-26 12:12:36 +07:00
shutdown.yml style: Ansible lint 2021-12-26 12:12:36 +07:00
Vagrantfile feat(metal): generate dev VM ansible_host automatically 2021-12-31 16:45:53 +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