oci-ansible-collection icon indicating copy to clipboard operation
oci-ansible-collection copied to clipboard

Oracle Cloud Infrastructure Ansible Collection provides an easy way to provision and manage resources in Oracle Cloud using Ansible.

Results 25 oci-ansible-collection issues
Sort by recently updated
recently updated
newest added

I would like to suggest adding OCI Vault secrets lookup plugin based on oci_secrets_secret_bundle_facts module. It is useful to interact with OCI Vault secrets by lookup plugin. The example use...

enhancement

We are migrating our existing loadbalancers to use Routing Policy instead of Path Route Sets. However I am unable to remove the existing path route set from the listener. Is...

Using the oracle.oci.oci inventory plugin. Perhaps it's my usage/implementation, but the _default Group by defined tags_ in the code is undesired. For example...if I comment out lines 959-971 in oci/plugins/inventory/oci.py,...

1. trimming long group names 2. supporting exclusion of tags from grouping (some tags can have 1 unique value for each host. Such inventory becomes unusable almost in AWX or...

filter parameter lifecycle_state not working because it's hardcoded

## Issue Report **Describe the issue** The inventory plugin should contain ipv6 information as well, not just ipv4. **Environment** * OS version: Ubuntu 20.04.5 * Ansible version: ansible 2.9.6 config...

SUMMARY now besides the image_id it also returns the image_name and also by default now the inventory also picks up the machines (not db) that are in the following states:...

OCA Verified

## Issue Report **Describe the issue** The OCI Ansible Collection is missing NoSQL table freeze / unfreeze actions and table replica operations (create/delete) for global tables. **Expected behavior** In order...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies
OCA Verified

## Issue Report **Error in oracle.oci.oci_certificates_management_certificate_facts** ``` - name: Check if certificate exists become_user: "{{ wl_user }}" oracle.oci.oci_certificates_management_certificate_facts: name: "{{ cert_common_name }}" compartment_id: "{{ compartment_id }}" region: "{{ oci_region }}"...