Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nameserver_info and nameserver_record_info modules #133

Merged
merged 4 commits into from
Jul 31, 2023

Conversation

felixfontein
Copy link
Collaborator

SUMMARY

Adds two modules that allow to figure out all nameservers responsible for a DNS record (nameserver_info), and querying these nameservers for all records of a type (nameserver_record_info).

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

nameserver_info
nameserver_record_info

@codecov
Copy link

codecov bot commented Jan 29, 2023

Codecov Report

Merging #133 (dd8279c) into main (0235d9c) will increase coverage by 0.17%.
Report is 3 commits behind head on main.
The diff coverage is 99.71%.

@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
+ Coverage   96.43%   96.60%   +0.17%     
==========================================
  Files          91       97       +6     
  Lines        6375     6725     +350     
  Branches      786      869      +83     
==========================================
+ Hits         6148     6497     +349     
  Misses        163      163              
- Partials       64       65       +1     
Flag Coverage Δ
integration 36.29% <ø> (ø)
sanity 31.23% <32.21%> (+0.04%) ⬆️
units 95.85% <96.85%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
plugins/modules/wait_for_txt.py 96.70% <ø> (ø)
plugins/modules/nameserver_record_info.py 97.77% <97.77%> (ø)
plugins/module_utils/dnspython_records.py 100.00% <100.00%> (ø)
plugins/modules/nameserver_info.py 100.00% <100.00%> (ø)
...nit/plugins/module_utils/test_dnspython_records.py 100.00% <100.00%> (ø)
tests/unit/plugins/modules/test_nameserver_info.py 100.00% <100.00%> (ø)
...nit/plugins/modules/test_nameserver_record_info.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@github-actions
Copy link

github-actions bot commented Jan 29, 2023

Docs Build 📝

Thank you for contribution!✨

This PR has been merged and the docs are now incorporated into main:
https://ansible-collections.github.io/community.dns/branch/main

@felixfontein felixfontein marked this pull request as ready for review July 28, 2023 20:02
@felixfontein felixfontein merged commit ff546e8 into ansible-collections:main Jul 31, 2023
@felixfontein felixfontein deleted the nameservers branch July 31, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant