https://github.com/nleiva/ee-builds
Automate builds of execution environments for use with Ansible Automation Platform 2 Topics
https://github.com/nleiva/ee-builds
ansible ansible-automation-platform execution-environment
Last synced: about 2 months ago
JSON representation
Automate builds of execution environments for use with Ansible Automation Platform 2 Topics
- Host: GitHub
- URL: https://github.com/nleiva/ee-builds
- Owner: nleiva
- Created: 2021-11-18T15:46:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T19:40:03.000Z (over 1 year ago)
- Last Synced: 2025-03-23T07:34:20.260Z (2 months ago)
- Topics: ansible, ansible-automation-platform, execution-environment
- Homepage:
- Size: 110 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Execution Environments with `ansible-builder`
OLD ACCOUNT: [](https://github.com/nleiva/ee-builds/actions/workflows/ee-cloud-image.yml) [](https://github.com/nleiva/ee-builds/actions/workflows/ee-controller-image.yml) [](https://github.com/nleiva/ee-builds/actions/workflows/ee-general-image.yml) [](https://github.com/nleiva/ee-builds/actions/workflows/ee-network-image.yml) [](https://github.com/nleiva/ee-builds/actions/workflows/ee-network-community.yml) [](https://github.com/nleiva/ee-builds/actions/workflows/ee-security-image.yml) [](https://github.com/nleiva/ee-builds/actions/workflows/ee-web-image.yml)
NEW ACCOUNT: [](https://quay.io/repository/nleiva2/ee-general-community)
## Inspect an Image
```bash
podman run -it quay.io/nleiva/ee-general-image /bin/bash
```## Documentation
- [Ansible Links](https://github.com/nleiva/ansible-links)
- [Automating execution environment image builds with GitHub Actions](https://www.ansible.com/blog/automating-execution-environment-image-builds-with-github-actions)### Ansible projects
- [ansible-navigator](https://github.com/ansible/ansible-navigator)
- [ansible-builder](https://github.com/ansible/ansible-builder)### GitHub Actions
- [GitHub Actions quickstart](https://docs.github.com/en/actions/quickstart)
- [GitHub Environments](https://docs.github.com/en/actions/deployment/using-environments-for-deployment)
- [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login)
- [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry)