From 6713e035a88bb5d7af87e8a31713e977f1471fad Mon Sep 17 00:00:00 2001 From: William Graef Date: Thu, 7 Nov 2024 19:25:39 -0500 Subject: [PATCH] update playbook olae post --- content/posts/olam/post-13/index.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/content/posts/olam/post-13/index.md b/content/posts/olam/post-13/index.md index e837a3e8..367f71ea 100644 --- a/content/posts/olam/post-13/index.md +++ b/content/posts/olam/post-13/index.md @@ -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"] @@ -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