Skip to main content

Posts

Showing posts from May, 2020

How to install Apache using Ansible

How to install Apache using Ansible Use the powerful ansible tool to install Apache on your local machine or you can install on any remote server as well. 1. Install Ansible Modules [root@dev02 ~]# yum install ansible* Oracle Linux 8 EPEL Packages for Development (x86_64)                                                                                                             1.5 kB/s | 2.5 kB     00:01 Oracle Linux 8 Gluster Appstream (x86_64)                                                                        ...

How to Setup OCI CLI on Linux

How to Setup OCI CLI on Linux This blog shows how to setup OCI CLI on Linux [root@dev02 ~]# oci setup config     This command provides a walkthrough of creating a valid CLI config file.     The following links explain where to find the information required by this     script:     User API Signing Key, OCID and Tenancy OCID:         https://docs.cloud.oracle.com/Content/API/Concepts/apisigningkey.htm#Other     Region:         https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm     General config documentation:         https://docs.cloud.oracle.com/Content/API/Concepts/sdkconfig.htm Enter a location for your config [/root/.oci/config]: Enter a user OCID: ocid1.user.oc1..adfdaaaaq54tehkijdffd2gpshbfgfsfgfgfgfp98dfdfdfdfjwrolhmq7bq Enter a tenancy OCID: ocid1.tenancy.oc1..aaaaaaaaefb4u5ccdfdfsdfd87d89000901adfdfb2cgqfte2dosmdd5o2q ...