oracle/oci-ansible-modules

Ansible api for http redirect from http to https in LBAAS missing

varrajan opened this issue · 2 comments

Issue Report

Describe the issue
Hello LBAAS experts,

I have a customer trying to automate the LBAAS provisioning process. Ansible api for http redirect from http to https in LBAAS is missing. We reviewed the documentation and the api's but couldnt find it..

Thanks,
Varun

A clear and concise description of what the issue is.

Expected behavior

A clear and concise description of what you expected to happen.

Environment

  • OS version:

  • Ansible version:

    insert output of ansible --version here

  • OCI Python SDK version:

    insert output of python -c "import oci;print(oci.__version__)" here

  • OCI Ansible Modules version:

    insert output of python -c "from ansible.module_utils.oracle import oci_utils; print(oci_utils.__version__)" here

Ansible playbook to reproduce the issue

insert a sample playbook to reproduce the issue here(if relevant to the issue)

Did you check if the feature is present in the new modules? If OCI API supports it, we should have it:
https://oci-ansible-collection.readthedocs.io/en/latest/collections/oracle/oci/index.html
https://github.com/oracle/oci-ansible-collection

We are not supporting any new features in the legacy modules (oci-ansible-modules)

The legacy OCI Ansible modules have been deprecated in favor of the new OCI Ansible collection. These are no longer supported and there will be no further updates or fixes. Please migrate to the OCI Ansible collection for improved features and continued support. Refer to the Migration Guide for best practices.