-
Notifications
You must be signed in to change notification settings - Fork 11
When delopying OCI APEX Got from Ansible #1
Comments
Hi JC16, I looks like ansible cannot find the OCI modules. see https://github.com/oracle/oci-ansible-modules for the installation guide of OCI modules. Test if OCI was installed for the correct ansible python version Check if it OCI was installed, no error on the following: If you get an error then OCI was not installed for the correct version: |
Do you have a pip28 or python28 executable on your system? I looks like ansible is using the python version 2.8 while in the system OCI is installed for version 2.7. |
Updated the words config task to use the full named variable database instead of db. |
Hi Ken, having the below error: The error appears to be in '/home/opc/oci-apex/roles/common/tasks/main.yml': line 22, column 3, but may The offending line appears to be:
|
Hi Experts,
I had create an Oracle Linux VM and installed OCI and Ansible. I was try to use the script to deployed APEX on DBCS. I had already config the localhost file given all the needed information, but when I run the ansible-playbook sample.yaml I got an error of syntax. Here is the screenshot
![image](https://user-images.githubusercontent.com/5575072/75763763-b9ec8b80-5d77-11ea-8718-22a67201670f.png)
I'm not very familiar with ansible. Can someone give me a hint of how to solve this issue?
Thanks
The text was updated successfully, but these errors were encountered: