From 59ac995448b30442a6fc0c93b8b0818fa2dfa531 Mon Sep 17 00:00:00 2001 From: William Graef Date: Wed, 8 Jan 2025 14:40:58 -0500 Subject: [PATCH] update olam pah post --- content/posts/olam/post-11/index.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/content/posts/olam/post-11/index.md b/content/posts/olam/post-11/index.md index 611a1cf7..b39a3c44 100644 --- a/content/posts/olam/post-11/index.md +++ b/content/posts/olam/post-11/index.md @@ -1,6 +1,6 @@ --- title: "Manage Execution Environments" -date: 2023-10-19 +date: 2025-01-08 draft: false summary: "Learn to manage execution environments with Private Automation Hub." tags: ["olam","lab","tutorial"] @@ -15,21 +15,20 @@ showDate: true ## Details -Private Automation Hub is an Oracle Linux Automation Manager repository for managing collections, execution environment images, and other curated content locally within a customer's infrastructure. +Private Automation Hub is an Oracle Linux Automation Manager repository for managing collections, execution environment images, and other curated content locally within a customer's infrastructure. -These guides show how to install Private Automation Hub and upload a custom execution environment to its container registry. For details on creating customized execution environments, see our [tutorial](https://docs.oracle.com/en/learn/olam-builder-custom) on the Builder utility. +This tutorial shows how to install Private Automation Hub and upload a custom execution environment to its container registry. For details on creating customized execution environments, see our [tutorial](https://docs.oracle.com/en/learn/olam-builder-custom) on the Builder utility. ### Objectives -In this lab, you'll learn how to: +In this tutorial, you'll learn how to: - - Secure password variables with `ansible-vault` - - Install Private Automation Hub using variables - - Upload a custom execution environment to the Private Automation Hub registry +- Secure password variables with `ansible-vault` +- Install Private Automation Hub using variables +- Upload a custom execution environment to the Private Automation Hub registry ### Prerequisites - - Two systems running Oracle Linux - - One for installing Private Automation Hub - - Another for running the Builder utility and acting as a client to Private Automation Hub - +- Two systems running Oracle Linux + - One for installing Private Automation Hub + - Another for running the Builder utility and acting as a client to Private Automation Hub