exzeo.sonar
Ansible Role Sonar
This role installs the Sonar Command Line on Debian/Ubuntu servers. You can find the releases here: https://github.com/SonarSource/sonar-scanner-cli/releases
Role Variables
# The version of 'sonar' to install; if empty, it will install the latest version
sonar_version: ""
# Set this to true to uninstall from the server
uninstall: false
Example Playbooks
Basic Installation:
- name: Install CLI
hosts: all
roles:
- role: exzeo.sonar
To Install a Specific Version:
- name: Install CLI
hosts: all
roles:
- role: exzeo.sonar
vars:
sonar_version: "4.6.2.2472"
To Uninstall:
- name: Install CLI
hosts: all
roles:
- role: exzeo.sonar
vars:
uninstall: true
Informazioni sul progetto
Ansible Role for installing sonar
Installa
ansible-galaxy install exzeo.sonar
Licenza
mit
Download
185
Proprietario