Hello everyone,
We are happy to announce the release of ansible-dev-tools v26.9.0.
How to get it
You can install the latest version of all the ansible developer tools by running the following command:
python3 -m pip install -U ansible-dev-tools
This will install the following developer tools:
- ansible-builder: a utility for building Ansible execution environments.
- ansible-core: Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems.
- ansible-creator: a utility for scaffolding Ansible project and content with recommended practices.
- ansible-dev-environment: a utility for building and managing a virtual environment for Ansible content development.
- ansible-lint: a utility to identify and correct stylistic errors and anti-patterns in Ansible playbooks and roles.
- ansible-navigator a text-based user interface (TUI) for developing and troubleshooting Ansible content with execution environments.
- ansible-sign: a utility for signing and verifying Ansible content.
- molecule: a functional test runner for Ansible collections, playbooks and roles
- pytest-ansible: a pytest testing framework extension that provides additional functionality for testing Ansible module and plugin Python code.
- tox-ansible: an extension to the tox testing utility that provides additional functionality to check Ansible module and plugin Python code under different Python interpreters and Ansible core versions.
For a single tool, you can install it by running:
python3 -m pip -U install <project>==<release>
All ansible developer tools are also packaged in an image that you can use as a VS Code development container. The image is updated shortly after releases of any individual tool.
The community-dev-tools image is available on GitHub Container Registry.
podman run -it ghcr.io/ansible/community-ansible-dev-tools:latest
Sample devcontainer.json files are available in the ansible-dev-tools repository.
Release notes for ansible-dev-tools v26.9.0
What’s Changed
- chore(deps): update all dependencies by @renovate[bot] in chore(deps): update all dependencies by renovate[bot] · Pull Request #791 · ansible/ansible-dev-tools · GitHub
- fix(security): update dependencies [SECURITY] by @renovate[bot] in fix(security): update dependencies [SECURITY] by renovate[bot] · Pull Request #798 · ansible/ansible-dev-tools · GitHub
- chore(deps): update all dependencies by @renovate[bot] in chore(deps): update all dependencies by renovate[bot] · Pull Request #797 · ansible/ansible-dev-tools · GitHub
- chore: Add .github/SECURITY.md by @gundalow in chore: Add .github/SECURITY.md by gundalow · Pull Request #800 · ansible/ansible-dev-tools · GitHub
- chore(deps): bump cryptography from 49.0.0 to 50.0.0 in the uv group across 1 directory by @dependabot[bot] in chore(deps): bump cryptography from 49.0.0 to 50.0.0 in the uv group across 1 directory by dependabot[bot] · Pull Request #793 · ansible/ansible-dev-tools · GitHub
- chore(deps): bump the uv group across 1 directory with 2 updates by @dependabot[bot] in chore(deps): bump the uv group across 1 directory with 2 updates by dependabot[bot] · Pull Request #803 · ansible/ansible-dev-tools · GitHub
- chore: Delete
Skill.mdadded via commit0126050by @AndromedaCLI in chore: Delete `Skill.md` added via commit `0126050` by AndromedaCLI · Pull Request #782 · ansible/ansible-dev-tools · GitHub - chore(deps): bump soupsieve from 2.8.4 to 2.9 in the uv group across 1 directory by @dependabot[bot] in chore(deps): bump soupsieve from 2.8.4 to 2.9 in the uv group across 1 directory by dependabot[bot] · Pull Request #806 · ansible/ansible-dev-tools · GitHub
- chore(deps): update uv.lock dependencies by @shvenkat-rh in chore(deps): update uv.lock dependencies by shvenkat-rh · Pull Request #808 · ansible/ansible-dev-tools · GitHub
New Contributors
- @AndromedaCLI made their first contribution in chore: Delete `Skill.md` added via commit `0126050` by AndromedaCLI · Pull Request #782 · ansible/ansible-dev-tools · GitHub
- @shvenkat-rh made their first contribution in chore(deps): update uv.lock dependencies by shvenkat-rh · Pull Request #808 · ansible/ansible-dev-tools · GitHub
Full Changelog: Comparing v26.8.0...v26.9.0 · ansible/ansible-dev-tools · GitHub
Release notes for all versions can be found in the changelog.