From 6bab9e3955d1a27bfb62388c21521d691bf9b6b3 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 18 Jul 2022 01:50:48 +0700 Subject: [PATCH] docs: add dnsmasq runbook to index --- docs/runbooks/dnsmasq.md | 7 +++++-- mkdocs.yml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/runbooks/dnsmasq.md b/docs/runbooks/dnsmasq.md index 4e1a72d6..e49ac6ed 100644 --- a/docs/runbooks/dnsmasq.md +++ b/docs/runbooks/dnsmasq.md @@ -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` diff --git a/mkdocs.yml b/mkdocs.yml index ab0f0e94..77fb6c7d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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