Knowledge Base

Preserving for the future: Shell scripts, AoC, and more

Wrapper script for ansible to use nsupdate with gsstsig

The ansible module nsupdate is a great module. However, if you have dns zones that only accept kerberos- authenticated secure dynamic updates (gsstsig), you're out of luck for the time being. I wrote a shell script as a wrapper around nsupdate -g, and it adds a delimiting character so you can pass in multiple statements if you wish. Check out the code below, or at https://gist.github.com/bgstack15/2d484428c1ba60c0172459d49b7033b0 https://gist.github.com/bgstack15/2d484428c1ba60c0172459d49b7033b0

Comments