infobloxopen / infoblox-ansible

Ansible modules for interfacing to Infoblox systems
GNU General Public License v3.0
54 stars 61 forks source link

[RFE] - Add support for DNS view in DTC LBDN module #217

Open petj06 opened 6 months ago

petj06 commented 6 months ago

In my grid, I have multiple DNS views: Internal, External, and some others that are no longer used. Consider a domain name test.org (as an example) that exists in both Internal and External views. When I use the DTC LBDN module and specify a zone, pattern, and record type, after the playbook runs, the zone's External view is what is associated with the LBDN object. Is there a way to associate this with the internal view, or add support for the DNS view that other modules support (and require), such as the CNAME, A, and TXT record modules?