--- id: ansible-dev-tools version: "26.8.0" license: GPL-3.0-only license_treatment: copyleft maintenance: active --- # ansible-dev-tools — Ansible Developtment Tools kit bundles all tools needed for content creation and testing. License: copyleft · Maintenance: active · Downloads: 427.0K/mo ## What it is and what it does ansible-dev-tools is a meta-package that installs a complete toolkit for Ansible content development and testing. It bundles ansible-builder, ansible-creator, ansible-lint, ansible-navigator, ansible-sign, molecule, pytest-ansible, tox-ansible, and ansible-dev-environment, along with supporting libraries like setuptools. The package provides a single entry point (`adt`) to discover and display versions of all installed tools, ensuring developers have a consistent, curated set of utilities for creating, testing, and validating Ansible playbooks, roles, and collections. The package is designed for teams and individuals who want a pre-configured development environment without manually selecting and installing each tool separately. It includes a development server capability for backend integrations (launched via `adt server`) and supports modern Python versions (3.11, 3.12, 3.13). The GPL-3.0-only license means it is suitable for open-source projects but requires careful consideration in proprietary environments. Use it for: - Set up a complete Ansible development environment for a new team member with a single pip install command. - Ensure all developers on a project use the same versions of linting, testing, and scaffolding tools. - Build and test Ansible execution environments using ansible-builder and molecule in an integrated workflow. - Scaffold new Ansible projects and roles with leading practices using ansible-creator. - Verify Ansible content quality with ansible-lint and test Ansible modules with pytest-ansible and tox-ansible. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Bundles and installs a curated suite of Ansible development tools including linting, testing, content scaffolding, and execution environment management in a single package. Yes. This is a well-maintained, actively developed meta-package from the official Ansible project (203 GitHub stars, released 2 days ago). It solves a real problem—coordinating multiple development tools—with low install friction and no known vulnerabilities. The GPL-3.0-only copyleft license is a hard requirement for proprietary work, but for open-source or internal Ansible development, it is the recommended way to get a complete, tested toolkit. ## Install pip install ansible-dev-tools uv add ansible-dev-tools poetry add ansible-dev-tools ## Installing ansible-dev-tools Before you install: Active maintenance with a recent release (2 days old). Low install friction: pure Python wheel with 11 runtime dependencies, all from the Ansible ecosystem. Requires Python 3.11 or later. License in practice: Licensed under GPL-3.0-only (copyleft). Any derivative work or distribution must also be licensed under GPL-3.0-only and have source code available. Quickstart: pip install ansible-dev-tools adt --version Requires Python 3.11 or later. Verify before relying: - Whether all 11 bundled tools work correctly together in all supported Python versions (3.11, 3.12, 3.13). - Performance impact of installing the full suite versus individual tools on typical development machines. - Compatibility of the included tools with different Ansible core versions. ## Package facts - License: GPL-3.0-only (copyleft) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 427.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags ansible development tools bundle, ansible content creation toolkit, ansible testing and linting suite, ansible project scaffolding, ansible execution environment builder, ansible development environment setup, ansible molecule testing, ansible-ecosystem, development-toolkit, infrastructure-automation [View on SkillFed](https://skillfed.io/packages/ansible-dev-tools) · [View on PyPI](https://pypi.org/project/ansible-dev-tools/)