No description
  • Shell 77.3%
  • Dockerfile 22.7%
Find a file
2024-08-26 05:59:18 -07:00
.github gha: rename reusable actions repo (#406) 2024-04-30 09:35:18 +01:00
_build Bump ansible-dev-tools from 24.2.0 to 24.4.2 in /_build (#405) 2024-04-30 09:36:57 +01:00
base Add ansible-dev-tools as a dependency (#393) 2024-02-13 11:15:03 +10:00
.gitignore Add build deps for ansible-pylibssh (#376) 2024-01-18 13:35:18 +00:00
.pre-commit-config.yaml chore: pre-commit autoupdate (#410) 2024-05-22 12:20:05 +01:00
.prettierignore Enable prettier (#34) 2022-03-11 10:09:45 +00:00
.prettierrc Enable prettier (#34) 2022-03-11 10:09:45 +00:00
.yamllint chore: enable pre-commit checks (#16) 2022-01-14 11:30:26 +00:00
Containerfile Add build deps for ansible-pylibssh (#376) 2024-01-18 13:35:18 +00:00
LICENSE Correct license to GPLv3 (#193) 2022-10-25 17:04:45 +01:00
README.md Update README.md (#415) 2024-08-26 05:59:18 -07:00
Taskfile.yml Add build deps for ansible-pylibssh (#376) 2024-01-18 13:35:18 +00:00

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:

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.