dns_info module
inwx.collection.dns_info module to read our all existing records or single requested records from nameserver.
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?
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.
Another value for an info modul would be a dynamic inventory....