This repository has been archived by the owner on May 1, 2021. It is now read-only.
v1.8.0
New release v1.8.0 of OCI Ansible Modules
This release adds new modules to handle the following Oracle Cloud Infrastructure features:
- Web Application Firewall Service
- Federating with Identity Providers
- Oracle Identity Cloud Service Group Mapping
Please refer to the CHANGELOG for more information and the module documentation for information on the new modules and the new features.
To upgrade your existing installation of OCI Ansible modules, download the release and run the included install.py
script.
This release requires a minimum OCI Python SDK of 2.1.7
. To upgrade your OCI python SDK, run
$ pip install --upgrade oci
Detailed Changelog
Added
- Added modules to manage:
- Added the following features in existing modules:
- New allowed values
approximateSize
andapproximateCount
for thefields
parameter ofoci_bucket_facts
module. These enable populatingapproximate_size
andapproximate_count
in the response. - Adding 'primary_private_ip' and 'primary_public_ip' addresses to instance module
- New allowed values
- Samples to demonstrate:
- how to a launch compute instance using an app catalog image
Changed
- Minimum supported OCI Python SDK to
2.1.7
Fixed
- Download an object from a bucket fails if file destination does not exists issue
- OCI ansible module are not respecting LOG_PATH issue
- Update version of Python SDK issue
- 'oci_security_list' should handle int values for ports in playbook
Co-authored-by: Manoj Meda [email protected]
Co-authored-by: Nabeel Al-Saber [email protected]
Co-authored-by: Mike Ross [email protected]