mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 20:14:32 +07:00
docs: add dnsmasq runbook to index
This commit is contained in:
parent
f650c894b0
commit
6bab9e3955
@ -1,10 +1,13 @@
|
||||
# Dnsmasq
|
||||
|
||||
## Overview
|
||||
|
||||
Dnsmasq is used as either a DHCP server or DHCP proxy server for PXE metal provisioning.
|
||||
|
||||
Proxy mode is enabled by default allowing the use of existing DHCP servers on the network. A good description on how DHCP Proxy works can be found on the related [FOG project wiki page](https://wiki.fogproject.org/wiki/index.php?title=ProxyDHCP_with_dnsmasq)
|
||||
Proxy mode is enabled by default allowing the use of existing DHCP servers on the network.
|
||||
A good description on how DHCP Proxy works can be found on the related [FOG project wiki page](https://wiki.fogproject.org/wiki/index.php?title=ProxyDHCP_with_dnsmasq)
|
||||
|
||||
## Disabling Proxy Mode
|
||||
|
||||
Certain scenarios will require this project to use a DHCP server, such as an air-gap deployment or dedicated VLAN. To disable proxy mode thereby using dnsmasq as a DHCP server, modify `metal/roles/pxe_server/defaults/main.yml` and set `dhcp_proxy` to `false`
|
||||
Certain scenarios will require this project to use a DHCP server, such as an air-gap deployment or dedicated VLAN.
|
||||
To disable proxy mode thereby using dnsmasq as a DHCP server, modify `metal/roles/pxe_server/defaults/main.yml` and set `dhcp_proxy` to `false`
|
||||
|
@ -58,6 +58,7 @@ nav:
|
||||
- Runbooks:
|
||||
- runbooks/argocd.md
|
||||
- runbooks/cert-manager.md
|
||||
- runbooks/dnsmasq.md
|
||||
- runbooks/documentation.md
|
||||
- runbooks/gitea.md
|
||||
- runbooks/longhorn.md
|
||||
|
Loading…
Reference in New Issue
Block a user