JPinkney / vscode-ansible-1

vscode/vscodium extension for integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.

Home Page:https://marketplace.visualstudio.com/items?itemName=zbr.vscode-ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible extension for vscode and vscodium

Ansible extension aims to ease life of Ansible content creators by making easier to write Ansible playbooks, roles, collections, modules and plugins.

ansible-lint

Features

  • Display violations identified by ansible-lint, ansible own syntax check and yamllint inside problems tab.
  • Validate Ansible YAML files and provide auto-complete by using Ansible schemas. Report schema issue directly to the project producing them as they are not embedded inside this extension.

Requirements

This extension also installs YAML extension in order to enable schema verification and code-completion.

Known Issues

  • For the moment you need to install ansible-lint yourself

Release Notes

Please check changelog page for details regarding each new version.

About

vscode/vscodium extension for integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.

https://marketplace.visualstudio.com/items?itemName=zbr.vscode-ansible


Languages

Language:TypeScript 93.0%Language:JavaScript 7.0%