Skip to content

Commit

Permalink
Merge pull request #312 from mlittlec/main
Browse files Browse the repository at this point in the history
Add enable EPEL repository lab
  • Loading branch information
mlittlec authored Jan 23, 2024
2 parents 12d9a34 + 95cce2b commit 29b9767
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Binary file added content/posts/olam/post-17/featured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions content/posts/olam/post-17/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "Enable the EPEL Repository"
date: 2024-01-23
draft: false
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
---

## Links

:crescent_moon: [Lab](https://luna.oracle.com/lab/332e5b39-b951-41ff-b322-b62ccb8d6988)

:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/olae-add-repo)

## Details

This tutorial provides a playbook for automating the addition of a software repository to an Oracle Linux instance using the configuration management tool Oracle Linux Automation Engine.

### Objectives

In this lab, you'll learn to:

- Add the EPEL repository to an Oracle Linux install
- Use the repository to install a package

### Prerequisites

- Install an Oracle Linux system 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

0 comments on commit 29b9767

Please sign in to comment.