forked from infobloxopen/bloxone-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional DNS Records Support for Bloxone Ansible v2 (infobloxopen#65)
* 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Ashish Mathew <[email protected]>
- Loading branch information
1 parent
e18ca69
commit a6ebe65
Showing
56 changed files
with
4,947 additions
and
47 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
dependencies: [setup_auth_zone, setup_auth_zone_rmz_ipv6] |
Oops, something went wrong.