mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
docs: fix links
This commit is contained in:
parent
ff5bb89070
commit
daeae00006
@ -59,7 +59,7 @@ Any contributions you make are greatly appreciated (feature, bug fix, documentat
|
||||
|
||||
## License
|
||||
|
||||
Distributed under the GPLv3 License. See [LICENSE](./LICENSE.md) for more information.
|
||||
Distributed under the GPLv3 License. See `LICENSE` for more information.
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Bare-metal
|
||||
|
||||
- Ansible renders the configuration file for each bare metal machine (like IP, hostname...) and the PXE server from [templates](./roles/pxe-boot/templates)
|
||||
- Ansible renders the configuration file for each bare metal machine (like IP, hostname...) and the PXE server from [templates](./roles/pxe-server/templates)
|
||||
- The tools container creates sibling containers to build a PXE server (includes DHCP, TFTP and HTTP server)
|
||||
- Ansible [wake the machines up](./roles/pxe-boot/tasks/wake.yml) using Wake on LAN
|
||||
- Ansible [wake the machines up](./roles/wake/tasks/main.yml) 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
|
||||
|
Loading…
Reference in New Issue
Block a user