Ansible on OCI
We are planning to automate Siebel Installations using Ansible on OCI.
NOTE : We are using free trial of OCI due to which we have a limited access and cannot use the premium features
For a POC we have created instances on cloud in different VCN(s) where we are looking to establish the following:
i)Installing Ansible on our local system(server) and connecting to an instance(node) on the the cloud via Ansible.
We have installed Ansible using Cygwin on our local system(Windows 10) and created a node in OCI that authenticates local connections using SSH.We are able to connect to that cloud instance through Putty.We are now trying to establish the connection between our local computer(Ansible server) and the cloud instance(Node) and we made the following changes to make it work: