++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Credits to creator of this blog Link below https://www.martinberger.com/2019/03/how-to-build-oci-infrastructure-environments-with-ansible/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Create a User and SSH Keys # groupadd oci # useradd oci -g oci # passwd oci Add this line in /etc/sudoers. oci ALL=(ALL) ALL Install the Oracle Cloud Infrastructure Python SDK $ sudo yum-config-manager --enable ol7_developer ol7_developer_epel $ sudo yum -y install python-oci-sdk python-oci-cli -- did this Install the Ansible OCI Modules in one of two ways: https://docs.ansible.com/ansible/latest/scenario_guides/guide_oracle.html $ git clone https://github.com/oracle/oci-ansible-modules.git /etc/ansible/modules/oci-ansible-modules
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ OCI https://education.oracle.com/oracle-cloud-infrastructure-2021-architect-associate/pexam_1Z0-1072-21 https://mylearn.oracle.com/course/oracle-cloud-infrastructure-foundations/35644/96915 https://mylearn.oracle.com/story/35644/ Oracle MyLearn +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ OCI Introduction : To make things simple lets break it down into 7 different categories . We have building blocks on top of this global footprint. The 7 categories that we mentioned . At the very bottom we have the core primitives . Compute -- Storage and Networking Compute service cover Bare Metal Servers , Containers , Managed Kubernetes Service and a Managed VMWare service. These services are primarily for Performing Calculations , Executing Logic and running applications Cloud Storage includes disks attached to Virtual Machines. File Storage , Network Storage...
Comments
Post a Comment