++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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...
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ https://www.youtube.com/watch?v=Jl-F9azcyow Fluent Bit is a light alternative to FluentD Source code is available on GitHub : github.com/fluent Installing Fleuntd : https://docs.fluentd.org/v/0.12/articles/install-by-rpm FAQ : https://www.fluentd.org/faqs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Wikipedia definition : Fluentd is a cross platform open-source data collection software project originally developed at Treasure Data. It is written primarily in the Ruby programming language. There are many benefits to implementing fluentD . Has the ability to collect all types of logging information's from multiple sources such as -Databases , Application and Network servers There are many benefits of using FleuntD for your logging aggregator and the logging analyzing system. Firstly you have the ability to collect all typ...
Comments
Post a Comment