https://github.com/ansible/awx-ee
An Ansible execution environment for AWX project
https://github.com/ansible/awx-ee
Last synced: 11 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 (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2024-08-16T17:11:23.000Z (8 months ago)
- Last Synced: 2025-03-29T19:05:53.227Z (18 days ago)
- Homepage: https://quay.io/ansible/awx-ee
- Size: 116 KB
- Stars: 148
- Watchers: 29
- Forks: 167
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-technostructure - ansible/awx-ee - ee: An Ansible execution environment for AWX project ([💾 sysadmin-devops](https://github.com/stars/ketsapiwiq/lists/sysadmin-devops))
- awesome-technostructure - ansible/awx-ee - ee: An Ansible execution environment for AWX project ([💾 sysadmin-devops](https://github.com/stars/ketsapiwiq/lists/sysadmin-devops))
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
```