freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
492 stars 232 forks source link

dnsforwardzone issue #521

Open mralph-rh opened 3 years ago

mralph-rh commented 3 years ago

RHEL 8 environement using Ansible 2.9. I am using dnsforwardzone to setup up the forwarder to an AD server so I can setup the AD trust. issue is that it shows up in the GUI as there, but on the ipa primary you can not do a dig and find the AD server. you can do a dig on the replica and see it. When i add it manually i never have this issue.

rjeffman commented 3 years ago

@mralph-rh dnsforwardzone uses the same APIs than CLI and GUI, so behavior should be the same (or nearly the same). Can you provide the code for the task that is not working?

mralph-rh commented 3 years ago

This issue has changed slightly. I have noticed this is inconsistent and sometimes it is the replica and sometimes it is the primary that fails to have the forward zone recognized. If it is the primary the trust fails to create and if it is the replica, then it cannot reach the trust.