From 31f72476bf9db612283280690b1ebd9eaabc4fb8 Mon Sep 17 00:00:00 2001 From: Long Lam <31355535+eemperor@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:36:44 -0400 Subject: [PATCH] Updates pillar guidance for skipping ddns updates --- pillar.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pillar.example b/pillar.example index 57c1ae7..e134750 100644 --- a/pillar.example +++ b/pillar.example @@ -8,3 +8,11 @@ name-computer: # Optional. If provided, formula will send a Dynamic DNS update to the nameserver # to create/update both forward and reverse records. Requires `dns_domain`. nameserver: + + # Optional. If provided, formula will skip the Dynamic DNS create/update of the + # forward record. Requires `dns_domain` and `nameserver` + skip_forward_nsupdate: true + + # Optional. If provided, formula will skip the Dynamic DNS create/update of the + # reverse record. Requires `dns_domain` and `nameserver` + skip_reverse_nsupdate: true