ansible-collection icon indicating copy to clipboard operation
ansible-collection copied to clipboard

dns_info module

Open markuman opened this issue 4 years ago • 3 comments

inwx.collection.dns_info module to read our all existing records or single requested records from nameserver.

markuman avatar Nov 11 '21 18:11 markuman

With DNS being public isn't that easily done with community.general.dig_lookup? What do you expect to see with the dns_info module that a normal DNS lookup can't solve?

XenGi avatar May 28 '22 14:05 XenGi

community.general.dig lookup can only do one lookup at a time.
A separate dns_info module would bring the ability to perform a backup of your zone. E.g. to transform there somewhere else, or to hold a state file.

With a state file, and diff it's possible to detect and rollout only changes, instead of every single record.

markuman avatar Apr 05 '24 18:04 markuman

Another value for an info modul would be a dynamic inventory....

markuman avatar May 03 '24 06:05 markuman