项目作者: wolffaxn

项目描述 :
Ansible Role - SonarQube
高级语言:
项目地址: git://github.com/wolffaxn/ansible-role-sonarqube.git
创建时间: 2016-07-10T19:15:18Z
项目社区:https://github.com/wolffaxn/ansible-role-sonarqube

开源协议:MIT License

下载


Ansible Role - SonarQube

MIT licensed
GitHub last commit (branch)

Table of Contents

About

Installs SonarQube for RedHat/CentOS linux servers.

Requirements

None.

Role Variables

Available variables are listed below, along with default values:

  1. sonar_version: 6.0
  2. sonar_download_dir: /tmp
  3. sonar_download_cleanup: true
  4. sonar_install_dir: /opt
  5. sonar_database: postgresql
  6. sonar_database_name: sonar
  7. sonar_database_host: localhost
  8. sonar_database_port: "5432"
  9. sonar_database_username: sonar
  10. sonar_database_password: sonar

Dependencies

None.

Example Playbook

For RHEL / CentOS

  1. ---
  2. - hosts: localhost
  3. become: true
  4. become_method: sudo
  5. remote_user: root
  6. roles:
  7. - ansible-role-sonarqube

License

This project is licensed under the terms of the MIT license.