Skip to content

fernandorocagonzalez/ansible-execution-environments

 
 

Repository files navigation

Example EEs

To just build the EE context.

ansible-builder build -v 3

Two build both the EE context and the container image.

ansible-builder create -v 3
podman build -f context/Containerfile -t ansible-execution-env:latest context

In case your are either pulling or pushing to a private registry.

ansible-builder create -v 3
podman build --authfile .authfile -f context/Containerfile -t ansible-execution-env:latest context

About

Ansible EEs example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published