Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ansible/awx-ee
- Owner: ansible
- License: other
- Created: 2020-12-10T13:48:32.000Z (almost 4 years ago)
- Default Branch: devel
- Last Pushed: 2024-08-16T17:11:23.000Z (3 months ago)
- Last Synced: 2024-09-27T08:23:14.851Z (about 1 month ago)
- Homepage: https://quay.io/ansible/awx-ee
- Size: 116 KB
- Stars: 137
- Watchers: 31
- Forks: 157
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```