Skip to content

Commit

Permalink
Merge pull request #490 from bgraef/main
Browse files Browse the repository at this point in the history
update post for using custom ee
  • Loading branch information
bgraef authored Jan 11, 2025
2 parents 989fd50 + 7d6be6f commit 07dad3d
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions content/posts/olam/post-12/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Use Custom Execution Environments"
date: 2023-11-09
date: 2025-01-11
draft: false
summary: "Learn to deploy and configure a custom execution environment in Oracle Linux Automation Manager for running jobs."
tags: ["olam","lab","tutorial"]
Expand All @@ -15,22 +15,23 @@ showDate: true

## Details

Through the use of a custom execution environment (ee), Oracle Linux Automation Manager can leverage playbooks containing collections and other resources not available with the default `olam-ee` image. You build it using the Builder utility, store it on Private Automation Hub, and then pull it into Oracle Linux Automation Manager.
Using a custom execution environment (ee), Oracle Linux Automation Manager can leverage playbooks containing collections and other resources not available with the default *olam-ee* image. You build it using the Builder utility, store it on Private Automation Hub, and then pull it into Oracle Linux Automation Manager.

These guides show how to upload a pre-built image to Private Automation Hub and then pull it into Oracle Linux Automation Manager for running playbooks. For details on creating customized execution environments, see our [tutorial](https://docs.oracle.com/en/learn/olam-builder-custom) on the Builder utility, and this [tutorial](https://docs.oracle.com/en/learn/olam-pah-manage-ee) on Private Automation Hub.
How does that all work together?

This tutorial shows how to upload a pre-built image to Private Automation Hub and then pull it into Oracle Linux Automation Manager to run playbooks. For details on creating customized execution environments, see our [tutorial](https://docs.oracle.com/en/learn/olam-builder-custom) on the Builder utility, and this [tutorial](https://docs.oracle.com/en/learn/olam-pah-manage-ee) on Private Automation Hub.

### Objectives

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

- Push a custom ee to Private Automation Hub using a playbook
- Add a custom ee to Oracle Linux Automation Manager
- Use the custom ee to run a Job
- Push a custom ee to Private Automation Hub using a playbook
- Add a custom ee to Oracle Linux Automation Manager
- Use the custom ee to run a Job

### Prerequisites

- Three systems running Oracle Linux
- A development environment using the Builder utility
- One for Private Automation Hub
- Another for running Oracle Linux Automation Manager

- Three systems running Oracle Linux
- A development environment using the Builder utility
- One for Private Automation Hub
- Another for running Oracle Linux Automation Manager

0 comments on commit 07dad3d

Please sign in to comment.