Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.12 KB

FAQ.md

File metadata and controls

30 lines (23 loc) · 1.12 KB

Frequently Asked Questions (FAQs)

How to install the OCI Ansible Collection

Please refer the Installation Guide on different ways to install the OCI Ansible Collection.

How do I upgrade to the latest version

ansible-galaxy collection install -f oracle.oci

How to find the version of the OCI Ansible Collection installed

The below command lists all the collections installed in your system and their versions. You can check the version for the entry oracle.oci

ansible-galaxy collection list

Note: You need ansible >= 2.10 to run the above command

How to find the version of oci python sdk installed

You can run the below command:

python -c 'import oci; print(oci.__version__)'

What are the dependencies for using OCI Ansible Collection

You need ansible >= 2.9 and the latest version of oci.


Logging in OCI Ansible Modules

Please refer to Logging In OCI Ansible Module