SonarQube

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Sonarqube

As a: Software Developer

I want to: install SonarQube

So that: run static analysis and detect bugs in my code.

Using the role

Using the role in a playbook
---
- name: Install sonarqube
  hosts: all

  tasks:
    - name: sonarqube is configured
      import_role:
        name: crivetimihai.sonarqube
      vars:
        sonarqube_enable_service: true
      tags: sonarqube
# Install the role
ansible-galaxy install crivetimihai.sonarqube

# Run the playbook
ansible-playbook sonarqube-playbook.yml

Last update: 2020-02-04