-
Notifications
You must be signed in to change notification settings - Fork 22
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
Additional DNS Records Support for Bloxone Ansible v2 #65
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… and dns_record_info modules
Co-authored-by: Ujjwal Nasra <125353741+unasra@users.noreply.github.com>
… into dns_records
unasra
reviewed
Jan 30, 2025
unasra
reviewed
Jan 30, 2025
…_resource_records
…_resource_records
…e-ansible into dns_resource_records
…_resource_records
unasra
reviewed
Feb 2, 2025
unasra
approved these changes
Feb 3, 2025
unasra
added a commit
to unasra/bloxone-ansible
that referenced
this pull request
Feb 4, 2025
* Modules for DNS data * DNS A Record Support for Bloxone Ansible * deleted main.yml.bckp file * Removed dns_record and dns_record_info, added dns_a_record and dns_a_record_info * added A record changelog and setup_auth_zone_rmz; updated dns_record, and dns_record_info modules * Deleted unused file * Restore setup_view file * Restored setup_view * Modified tasks in dns_a_record and dns_a_record_info * Removed extra lines * addressed review comments Co-authored-by: Ujjwal Nasra <125353741+unasra@users.noreply.github.com> * addressed review comments * fixed indentation * Modified find and update functions * Removed HTML tags * added cleanup.yml for setup_auth_zone_rmz * Removed setup_view directory from PR * Addressed PR comments * addressed PR comments * Addressed PR comments * Fixed Documentation * addressed PR comments * Addressed PR Comments * Initial commit for DNS resource records * Examples included in modules * included setup file for IPv6 rmz * fixed lint issues * added deprecation notice * addresses review comments * minor changes * switch from Bloxone-Python-Client to Universal-Python-Client * addressed review comments * addressed review comments --------- Co-authored-by: Ujjwal Nasra <125353741+unasra@users.noreply.github.com> Co-authored-by: Ashish Mathew <54074687+mathewab@users.noreply.github.com>
unasra
added a commit
to unasra/bloxone-ansible
that referenced
this pull request
Feb 4, 2025
* Modules for DNS data * DNS A Record Support for Bloxone Ansible * deleted main.yml.bckp file * Removed dns_record and dns_record_info, added dns_a_record and dns_a_record_info * added A record changelog and setup_auth_zone_rmz; updated dns_record, and dns_record_info modules * Deleted unused file * Restore setup_view file * Restored setup_view * Modified tasks in dns_a_record and dns_a_record_info * Removed extra lines * addressed review comments Co-authored-by: Ujjwal Nasra <125353741+unasra@users.noreply.github.com> * addressed review comments * fixed indentation * Modified find and update functions * Removed HTML tags * added cleanup.yml for setup_auth_zone_rmz * Removed setup_view directory from PR * Addressed PR comments * addressed PR comments * Addressed PR comments * Fixed Documentation * addressed PR comments * Addressed PR Comments * Initial commit for DNS resource records * Examples included in modules * included setup file for IPv6 rmz * fixed lint issues * added deprecation notice * addresses review comments * minor changes * switch from Bloxone-Python-Client to Universal-Python-Client * addressed review comments * addressed review comments --------- Co-authored-by: Ujjwal Nasra <125353741+unasra@users.noreply.github.com> Co-authored-by: Ashish Mathew <54074687+mathewab@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implemented support for DNS records AAAA, CAA, CNAME, DNAME, Generic, MX, NAPTR, NS, PTR, SRV, SVCB and TXT.