ansible-collection-alb
ansible-collection-alb copied to clipboard
VMware Advanced Load Balancer (formerly Avi) Ansible Collection
### Describe the bug While creating avi pool I'm unable to set **tier1_lr** attribute. I get the following error. `Unsupported parameters for (avi_pool) module: tier1_lr. Supported parameters include: a_pool, ab_pool,...
### Describe the bug When using aviconfig role as part of the collection "vmware.alb.aviconfig" The tasks "Build Avi module includes" always shows skipped, regardless of how you pass the data....
### Describe the bug https://github.com/vmware/ansible-collection-alb/blob/96960197371ae7545e2464fafe5804dd6a543d51/plugins/modules/avi_deploy_controller.py#L223-L225) Its a problem when your vcenter folder is not named "Datacenters". The module is not working for me, because i have a folder named: "Datacenter"....
### Is your feature request related to a problem? Please describe. I am working in an highly secure environment and we are looking to deploy via content library vs file...
### Describe the bug ``` - name: Force Delete a Service Engine vmware.alb.avi_api_session: avi_credentials: "{{ AVI_CREDENTIALS }}" data: name: foo http_method: post timeout: 30 path: "serviceengine/{{ se_uuid }}/forcedelete" ``` Results...
Hi, we received a PR (https://github.com/ansible-collections/community.network/pull/288) to remove the avi modules from the `community.network` collection. However, the `vmware.alb` collection is not currently included in the ansible package, so it would...
### Describe the bug The following package pinning of `pyVmomi` conflicts with other collection that require a newer version: https://github.com/vmware/ansible-collection-alb/blob/6e57c27ba9ee425ebe24cc865bfe3ba45e07fcb8/requirements.txt#L2 Such as [community.vmware](https://github.com/ansible-collections/community.vmware/blob/89370cceff13df2897bd18f8a6ca43da5e0f33d6/requirements.txt#L1) which pins the `pyVmomi` package as such:...