← Browse

@ansible/ansible-dev-tools

B

The ansible-dev-tools python package provides an easy way to install and discover the best tools available to create and test ansible content.

skillclaude

Install

agr install @ansible/ansible-dev-tools --target claude

Writes 20 files into .claude/skills/, pinned to git-1ad8fa69.

  • .claude/skills/ansible-dev-tools/.gitignore
  • .claude/skills/ansible-dev-tools/.pre-commit-config.yaml
  • .claude/skills/ansible-dev-tools/.readthedocs.yml
  • .claude/skills/ansible-dev-tools/LICENSE
  • .claude/skills/ansible-dev-tools/README.md
  • .claude/skills/ansible-dev-tools/Skill.md
  • .claude/skills/ansible-dev-tools/bindep.txt
  • .claude/skills/ansible-dev-tools/biome.json
  • .claude/skills/ansible-dev-tools/codecov.yml
  • .claude/skills/ansible-dev-tools/cspell.config.yaml
  • .claude/skills/ansible-dev-tools/devfile.yaml
  • .claude/skills/ansible-dev-tools/execution-environment.yml
  • .claude/skills/ansible-dev-tools/mise.toml
  • .claude/skills/ansible-dev-tools/mkdocs.yml
  • .claude/skills/ansible-dev-tools/pyproject.toml
  • .claude/skills/ansible-dev-tools/renovate.json
  • .claude/skills/ansible-dev-tools/requirements.yml
  • .claude/skills/ansible-dev-tools/site.yml
  • .claude/skills/ansible-dev-tools/sonar-project.properties
  • .claude/skills/ansible-dev-tools/uv.lock

Document

Metadata

name: fix-prs description: Analyze PRs CI failures and implement measures to fix them.

Overview

This skill provides This Skill provides Acme Corp's official brand guidelines for creating consistent, professional materials. When creating presentations, documents, or marketing materials, apply these standards to ensure all outputs match Acme's visual identity. Claude should reference these guidelines whenever creating external-facing materials or documents that represent Acme Corp.

Repository README

Describes ansible/ansible-dev-tools as a whole, which may contain artifacts other than this one. Where this artifact had no useful description of its own, its summary was taken from here.

Ansible Development Tools (ADT)

The ansible-dev-tools python package provides an easy way to install and discover the best tools available to create and test ansible content.

The curated list of tools installed as part of the Ansible automation developer tools package includes:

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-builder: a utility for building Ansible execution environments.

ansible-creator: a utility for scaffolding Ansible projects and content with leading practices.

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: Molecule aids in the development and testing of Ansible content: 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.

ansible-dev-environment: a utility for building and managing a virtual environment for Ansible content development.

Communication

Refer to our Communication guide for details.

Installation

python3 -m pip install ansible-dev-tools

A VsCode compatible devcontainer is also available which is a great way to develop ansible content. The image name is community-ansible-dev-tools.

Usage

In addition to installing each of the above tools, ansible-dev-tools provides an easy way to show the versions of the content creation tools that make up the current development environment.

$ adt --version
ansible-builder                          <version>
ansible-core                             <version>
ansible-creator                          <version>
ansible-dev-environment                  <version>
ansible-dev-tools                        <version>
ansible-lint                             <version>
ansible-navigator                        <version>
ansible-sign                             <version>
molecule                                 <version>
pytest-ansible                           <version>
tox-ansible                              <version>

Developer Notes

The ansible-dev-tools package also offers an Ansible Devtools server which can be launched with adt server. Currently, this server only supports REST APIs for ansible-creator.

Refer to the server code for available endpoints.

To run this server from the community dev-tools container, use the following command:

$ podman run -d -p 8000:8000 --name=ansible-devtools-server ghcr.io/ansible/community-ansible-dev-tools:latest adt server
778d0423863c5c161b4bdcb6177d169f0897c597ff084c7a0d3401814d78174f
$ podman logs -f ansible-devtools-server
[2024-04-25 17:28:02 +0000] [10] [INFO] Starting gunicorn 22.0.0
[2024-04-25 17:28:02 +0000] [10] [INFO] Listening at: http://0.0.0.0:8000 (10)
[2024-04-25 17:28:02 +0000] [10] [INFO] Using worker: sync
[2024-04-25 17:28:02 +0000] [11] [INFO] Booting worker with pid: 11

Note: This is primarily for backend integrations and is not intended to be an user-facing functionality.

Documentation

For more information, please visit our documentation page.

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicensecopyleft/unknown — index-and-link only

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-1ad8fa6990282026-07-30