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