Skip to content

Commit

Permalink
update playbook olae post
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Nov 8, 2024
1 parent edf507a commit 6713e03
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions content/posts/olam/post-13/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Write a Playbook"
date: 2021-10-09
date: 2024-11-08
draft: false
summary: "Learn to write a playbook using the Oracle Linux Automation Engine."
tags: ["olam","lab","tutorial","olae"]
Expand All @@ -17,22 +17,21 @@ showDate: true

The Oracle Linux Automation Engine, a component of Oracle Linux Automation Manager, is an automation tool for deploying software, configuring systems, and orchestrating tasks, such as upgrades and updates, in the form of playbooks. Initially using the `ansible` package, Oracle Linux Automation Engine now stems from the open-source `ansible-core` software package.

These guides introduce writing playbooks with Oracle Linux Automation Engine.
The following tutorial introduces writing playbooks with Oracle Linux Automation Engine.

### Objectives

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

- Install Oracle Linux Automation Engine
- Create an inventory file
- Run an ad hoc command
- Write and run a playbook
- Install Oracle Linux Automation Engine
- Create an inventory file
- Run an ad hoc command
- Write and run a playbook

### Prerequisites

- 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 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 to another using a passwordless SSH login

0 comments on commit 6713e03

Please sign in to comment.