ansible / creator-ee

📦 Container building moved inside ansible-dev-tools projects
https://github.com/ansible/ansible-dev-tools
GNU General Public License v3.0
125 stars 44 forks source link
ansible ansible-builder ansible-devtools ansible-navigator docker hacktoberfest podman

Ansible Creator Execution Environment

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:

Among its main consumers, we can mention ansible-navigator and vscode-ansible extension.

Contributing

We use taskfile 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.