From 9d354a84b2e127aca9d329e19e7b205b403cf617 Mon Sep 17 00:00:00 2001 From: Timothy Appnel Date: Tue, 1 Oct 2024 13:58:10 -0400 Subject: [PATCH] Update README.md Brought in standardized short tool descriptions to README. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 187f277..98ea29e 100644 --- a/README.md +++ b/README.md @@ -8,23 +8,23 @@ The curated list of tools installed as part of the Ansible automation developer [ansible-core](https://github.com/ansible/ansible): 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](https://github.com/ansible/ansible-builder): Ansible Builder is a tool that automates the process of building execution environments using the schemas and tooling defined in various Ansible Collections and by the user. +[ansible-builder](https://github.com/ansible/ansible-builder): a utility for building Ansible execution environments. -[ansible-creator](https://github.com/ansible/ansible-creator): The fastest way to generate all your ansible content! +[ansible-creator](https://github.com/ansible/ansible-creator): a utility for scaffolding Ansible projects and content with leading practices. -[ansible-lint](https://github.com/ansible/ansible-lint): Checks playbooks for practices and behavior that could potentially be improved. +[ansible-lint](https://github.com/ansible/ansible-lint): a utility to identify and correct stylistic errors and anti-patterns in Ansible playbooks and roles. -[ansible-navigator](https://github.com/ansible/ansible-navigator) A text-based user interface (TUI) for Ansible. +[ansible-navigator](https://github.com/ansible/ansible-navigator) a text-based user interface (TUI) for developing and troubleshooting Ansible content with execution environments. -[ansible-sign](https://github.com/ansible/ansible-sign): Utility for signing and verifying Ansible project directory contents. +[ansible-sign](https://github.com/ansible/ansible-sign): a utility for signing and verifying Ansible content. [molecule](https://github.com/ansible/molecule): Molecule aids in the development and testing of Ansible content: collections, playbooks and roles -[pytest-ansible](https://github.com/ansible/pytest-ansible): A pytest plugin that enables the use of ansible in tests, enables the use of pytest as a collection unit test runner, and exposes molecule scenarios using a pytest fixture. +[pytest-ansible](https://github.com/ansible/pytest-ansible): a pytest testing framework extension that provides additional functionality for testing Ansible module and plugin Python code. -[tox-ansible](https://github.com/ansible/tox-ansible): The tox-ansible plugin dynamically creates a full matrix of python interpreter and ansible-core version environments for running integration, sanity, and unit for an ansible collection both locally and in a Github action. tox virtual environments are leveraged for collection building, collection installation, dependency installation, and testing. +[tox-ansible](https://github.com/ansible/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](https://github.com/ansible/ansible-dev-environment): A pip-like install for Ansible collections. +[ansible-dev-environment](https://github.com/ansible/ansible-dev-environment): a utility for building and managing a virtual environment for Ansible content development. ## Communication