Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## 30.2.6

### Enhancements
- **Documentation Updates**:
- Added comprehensive Support section in README with information about Red Hat Ansible Certified Content
- Updated README with improved examples and better formatting
- Enhanced collection documentation with support and troubleshooting information
- Updated LICENSE and NOTICE files for proper compliance

- **Module Improvements**:
- Fixed Service Engine (SE) creation issues
- Enhanced SE data vnics update functionality
- Improved SAML API session handling
- Updated Federation checkpoint module
- Enhanced Ping Access Agent module
- Improved deploy_se and verify_se modules

### Bug Fixes
- Fixed multiple ansible-lint issues across all modules and roles
- Resolved ansible-test sanity validation-module errors
- Fixed doc-default-does-not-match-spec issues
- Corrected shellcheck issues in shell scripts
- Fixed shebang issues in templates and scripts
- Resolved pep8 and pylint compliance issues
- Corrected line-ending issues in configuration files


## 30.2.5
- Initial release of the VMware Avi collection
362 changes: 181 additions & 181 deletions LICENSE

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Advanced Load Balancer Ansible Collection
Copyright 2021 VMware, Inc.
This product is licensed to you under the Apache 2.0 license (the "License"). You may not use this product except in compliance with the Apache 2.0 License.
This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file.
Advanced Load Balancer Ansible Collection
Copyright (c) 2026 Broadcom Inc. and/or its subsidiaries. All Rights Reserved. Broadcom Confidential.

This product is licensed to you under the Apache 2.0 license (the "License"). You may not use this product except in compliance with the Apache 2.0 License.

This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file.

350 changes: 194 additions & 156 deletions README.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions bindep.text
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Binary dependencies for vmware.alb collection
# OVF Tool is required for deploying VMs to VMware vCenter
# Download from: https://github.com/rgl/ovftool-binaries?tab=readme-ov-file

# Note: ovftool is a proprietary VMware binary and must be installed separately
# It is not available through standard package managers
# The following line documents the requirement but cannot be automatically installed
# Users must download and install ovftool manually from VMware ovftool [platform:rpm platform:dpkg doc]
242 changes: 136 additions & 106 deletions docs/avi_actiongroupconfig.rst

Large diffs are not rendered by default.

665 changes: 665 additions & 0 deletions docs/avi_akoamkocluster.rst

Large diffs are not rendered by default.

1,852 changes: 1,587 additions & 265 deletions docs/avi_albservicesconfig.rst

Large diffs are not rendered by default.

Loading
Loading