Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 999 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 999 Bytes

image-ubi8-ansible-rulebook

Use this repository to run ansible-rulebook, an event-driven automation tool, in a container. The primary purpose of this image is to facilitate the development of a custom rulebook plugin.

Overview

This repository contains the necessary instructions to build a container image that runs the ansible-rulebook command. The image is based on the Universal Base Image (UBI) 8 and is built using podman.

Build Instructions

To build the container image, run the following command in the root of this repository:

podman build -t ansible-rulebook .

Usage

Example command to run ansible-rulebook using the container image:

podman run --rm localhost/ansible-rulebook:latest ansible-rulebook -h