diff --git a/content/posts/olam/post-14/index.md b/content/posts/olam/post-14/index.md index 3fbc23b5..7ccc54ea 100644 --- a/content/posts/olam/post-14/index.md +++ b/content/posts/olam/post-14/index.md @@ -1,8 +1,8 @@ --- -title: "Automate Setup of Oracle Linux" -date: 2021-10-15 +title: "Run Oracle Linux Tasks" +date: 2024-12-03 draft: false -summary: "Learn to use Oracle Linux Automation Engine to perform the initial configuration of an Oracle Linux instance." +summary: "Learn to use Oracle Linux Automation Engine to perform the initial configuration and other administrative tasks for Oracle Linux." tags: ["olam","lab","tutorial","olae"] showDate: true --- @@ -11,25 +11,28 @@ showDate: true :crescent_moon: [Lab](https://luna.oracle.com/lab/56b90194-88ab-421e-bc93-2ac708dce6ba) -:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/olae-setup-ol8) +:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/olae-ol-tasks) ## Details -These guides provide a playbook for automating the initial setup of Oracle Linux using the configuration management tool Oracle Linux Automation Engine. +Oracle Linux Automation Engine enables administrators to automate the initial setup of Oracle Linux and run other administrative jobs using an Infrastructure as code (IaC) configuration management tool through a series of playbooks and tasks. ### Objectives -In this lab, you'll learn about writing and running a playbook that: +In this tutorial, you'll learn how to: - - Creates a user - - Adds the user to the `sudo` group - - Copies a local SSH public key to the user's `authorized_keys` file +- Write playbooks that: + - Create a user + - Adds the user to the *sudo* group + - Copies a local SSH public key to the user's *authorized_keys* file + - Adds a DNF repository and installs a package + - Manipulates files -### What Do You Need? +### Prerequisites - - A minimum of two Oracle Linux systems with the following configuration: +- A minimum of two Oracle Linux systems with the following configuration: - - a non-root user with `sudo` permissions - - ssh keypair for the non-root user - - the ability to ssh from one host (control-node) to the other (host) using passwordless ssh login + - a non-root user with *sudo* permissions + - ssh keypair for the non-root user + - the ability to SSH from one host to another using a passwordless SSH login diff --git a/content/posts/olam/post-17/index.md b/content/posts/olam/post-17/index.md index a5134519..17e13353 100644 --- a/content/posts/olam/post-17/index.md +++ b/content/posts/olam/post-17/index.md @@ -1,7 +1,7 @@ --- title: "Enable the EPEL Repository" date: 2024-01-23 -draft: false +draft: true summary: "Learn to use Oracle Linux Automation Engine to add the EPEL Repository to an Oracle Linux instance." tags: ["olam","lab","tutorial","olae"] showDate: true diff --git a/content/posts/olam/post-18/index.md b/content/posts/olam/post-18/index.md index a430138b..66f6f64d 100644 --- a/content/posts/olam/post-18/index.md +++ b/content/posts/olam/post-18/index.md @@ -1,7 +1,7 @@ --- title: "Manipulate Files" date: 2024-02-05 -draft: false +draft: true summary: "Learn to use Oracle Linux Automation Engine to manipulate files and directories on an Oracle Linux instance." tags: ["olam","lab","tutorial","olae"] showDate: true