For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ansible

Language-specific information about the way SonarQube Server supports the analysis of Ansible.

Supported versions

The level of support for a language is defined as follows:

  • Fully supported: Analysis will complete. All the language features are understood and examined.

  • Supported: Most language features are understood and examined but the version includes unsupported features. Analysis might break or provide incomplete results.

Versions 10.x and 11.x are supported.

Language specific properties

To discover and update the Ansible-specific properties, navigate to Your Project > Project settings > General Settings > Languages > Ansible.

Importing Ansible Lint reports

You can import ansible-lint reports for Ansible. For more information, go to Your Project > Project settings > General Settings > External Analyzers > Ansible.

In-line suppression of issues

Adding the NOSONAR comment on the line will suppress all issues on that line:

  • NOSONAR can be placed anywhere in the comment.

  • The comment check is case-sensitive.

Last updated

Was this helpful?