Skip to content

jgoos/image-ubi8-ansible-rulebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published