-
I want to write a template that firstly gets the nameservers of the domain input and then for every nameserver performs a request on that nameserver. dns:
- name: "{{RDN}}"
type: NS
class: inet
recursion: true
retries: 5 Above gets me the nameservers but I can't find documentation on how to use those results for a following DNS request. |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Mar 11, 2023
Replies: 2 comments
-
GH Issue to track - #3409 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olearycrew
-
I'm going to close this discussion as we're tracking it in #3409. Thanks for the suggestion @JaneX8 ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GH Issue to track - #3409