Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ansible/awx-ee

An Ansible execution environment for AWX project
https://github.com/ansible/awx-ee

Last synced: 27 days ago
JSON representation

An Ansible execution environment for AWX project

Awesome Lists containing this project

README

        

# AWX EE

The default Execution Environment for AWX.

## Build the image locally

First, [install ansible-builder](https://ansible-builder.readthedocs.io/en/stable/installation/).

Then run the following command from the root of this repo:

```bash
$ ansible-builder build -v3 -t quay.io/ansible/awx-ee # --container-runtime=docker # Is podman by default
```