Skip to content

Commit

Permalink
update olam podman post
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Dec 5, 2024
1 parent eb0943d commit 65a0c64
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions content/posts/olam/post-15/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configure Podman Containers"
date: 2021-11-05
date: 2024-12-05
draft: false
summary: "Learn how to use Oracle Linux Automation Engine to deploy Podman Containers on Oracle Linux."
tags: ["olam","lab","tutorial","olae"]
Expand All @@ -15,25 +15,22 @@ showDate: true

## Details

These links will guide you through creating a playbook for installing Podman and running an Oracle Linux container using the configuration management tool Oracle Linux Automation Engine.
Oracle Linux Automation Engine enables users to create a playbook for installing Podman and then running and managing containers using the *containers.podman* collection.

> *Before proceeding:* If you are not familiar with running playbooks, check out our introduction tutorial, [Write a Playbook with Oracle Linux Automation Engine](https://docs.oracle.com/en/learn/olae-playbook/index.html#introduction).
When running playbooks, Oracle Linux Automation Engine runs the tasks on machines matching the `hosts` directive in the playbook. These hosts are typically defined in an `inventory` file and can either be remote or local. For these guides, we'll demonstrate how to run a playbook locally.
When running playbooks, Oracle Linux Automation Engine runs the tasks on machines matching the `hosts:` directive in the playbook. These hosts are typically defined in an inventory file and can either be remote or local. In this tutorial, we'll demonstrate how to run a playbook locally.

### Objectives

In this lab, you'll learn to:
In this tutorial, you'll learn to:

- Run playbooks locally
- Add a collection to a playbook
- Install Podman
- Pull and run an `oraclelinux:8` container
- Run playbooks locally
- Add a collection to a playbook
- Install Podman
- Pull and run an *oraclelinux:8* container

### Prerequisites

- An Oracle Linux system with the following configuration:

- a non-root user with `sudo` permissions
- install Oracle Linux Automation Engine
- An Oracle Linux system with the following configuration:

- a non-root user with *sudo* permissions
- install Oracle Linux Automation Engine

0 comments on commit 65a0c64

Please sign in to comment.