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.
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.
- ansible-rulebook documentation provides more information on the tool itself.
To build the container image, run the following command in the root of this repository:
podman build -t ansible-rulebook .
Example command to run ansible-rulebook
using the container image:
podman run --rm localhost/ansible-rulebook:latest ansible-rulebook -h