SonarQube
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.sonarqube vars: sonarqube_enable_service: true tags: sonarqube
# Install the role ansible-galaxy install devopstoolbox.sonarqube # Run the playbook ansible-playbook sonarqube-playbook.yml
Last update: 2020-02-09