An open API service indexing awesome lists of open source software.

https://github.com/radon-h2020/radon-ansible-metrics-plugin

A Visual Studio Code extension for AnsibleMetrics (https://radon-h2020.github.io/radon-ansible-metrics/)
https://github.com/radon-h2020/radon-ansible-metrics-plugin

Last synced: about 2 months ago
JSON representation

A Visual Studio Code extension for AnsibleMetrics (https://radon-h2020.github.io/radon-ansible-metrics/)

Awesome Lists containing this project

README

        



The Visual Studio Code extension for measuring the characteristics of Ansible source code



Version
Install

This is the VSC extension of the Ansible metric tool (available on [Github](https://github.com/radon-h2020/radon-ansible-metrics/)).

## Features

**AnsibleMetrics** allows the user to have a wider overview of its infrastructure code by extracting metrics from it and by showing them in a very simple fashion.

The extension works for Ansible playbooks and tasks files.

## How to use

![Alt Text](./media/AnsibleMetrics.gif)

## See insights from the metrics
![Alt Text](./media/example.png)

## Requirements

The extension requires the python module ```ansiblemetrics>=0.3.10```.
You can install [the latest](https://pypi.org/project/ansiblemetrics/) version with

```pip install ansiblemetrics```