Skip to content

v1.0.3

Compare
Choose a tag to compare
@slarimore02 slarimore02 released this 08 Dec 23:28
· 14 commits to main since this release
  • Remove provider block from within the module. The module now requires this to be set before running the module as shown in the README examples.
  • Consolidate IPAM configuration variables. The ipam_networks variable has been moved to the networks parameter of the configure_ipam_profile variable. A new enabled parameter has been add to control if the IPAM profile is created.
  • Consolidate GSLB configuration variables. The gslb_site_name, gslb_domains, additional_gslb_sites variables are now parameters to the configure_gslb variable. The configure_gslb_additional_sites var is no longer need and additional sites will be added with the optional additional_gslb_sites parameter.
  • Consolidate DNS VS creation variables. The dns_vs_settings variable parameters has been migrated to the configure_dns_vs variable.
  • Consolidate Avi DNS Profile variables. The configure_dns_profile variable is now a dictionary to support all the parameters for DNS Profile configuration. The dns_service_domain variable is now found as the usable_domains parameter in the configure_dns_profile variable.
  • Various Day1/2 Ansible playbook improvements