Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansible/creator-ee
📦 Container building moved inside ansible-dev-tools projects
https://github.com/ansible/creator-ee
ansible ansible-builder ansible-devtools ansible-navigator docker hacktoberfest podman
Last synced: about 2 months ago
JSON representation
📦 Container building moved inside ansible-dev-tools projects
- Host: GitHub
- URL: https://github.com/ansible/creator-ee
- Owner: ansible
- License: gpl-3.0
- Archived: true
- Created: 2021-08-13T18:44:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T12:59:43.000Z (3 months ago)
- Last Synced: 2024-09-22T13:30:49.343Z (about 2 months ago)
- Topics: ansible, ansible-builder, ansible-devtools, ansible-navigator, docker, hacktoberfest, podman
- Language: Shell
- Homepage: https://github.com/ansible/ansible-dev-tools
- Size: 320 KB
- Stars: 124
- Watchers: 10
- Forks: 44
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ansible Creator Execution Environment
This image is no longer maintained. Please try the new image:
https://ansible.readthedocs.io/projects/dev-tools/container/
---
This is a container (execution environment) aimed towards being used
for the development and testing of the Ansible content. We should also mention
that this container must not be used in production by Ansible users.It includes:
- [ansible-core]
- [ansible-lint]
- [molecule]Among its main consumers, we can mention [ansible-navigator] and
[vscode-ansible] extension.[ansible-core]: https://github.com/ansible/ansible
[ansible-lint]: https://github.com/ansible/ansible-lint
[ansible-navigator]: https://github.com/ansible/ansible-navigator
[molecule]: https://github.com/ansible-community/molecule
[vscode-ansible]: https://github.com/ansible/vscode-ansible## Contributing
We use [taskfile](https://taskfile.dev/) as build tool, so you should run
`task -l` to list available. If you run just `task`, it will run the default
set of build tasks. If these are passing, you are ready to open a pull request
with your changes.