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: 4 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 (about 4 years ago)
- Default Branch: devel
- Last Pushed: 2024-08-16T17:11:23.000Z (5 months ago)
- Last Synced: 2024-12-22T17:10:34.902Z (11 days ago)
- Homepage: https://quay.io/ansible/awx-ee
- Size: 116 KB
- Stars: 143
- Watchers: 30
- Forks: 163
- Open Issues: 42
-
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
```