Skip to content

FloSchwalm/vscode-ansible

 
 

Repository files navigation

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

    "yaml.customTags": [
        "!encrypted/pkcs1-oaep sequence"
    ]

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.6%
  • JavaScript 6.4%