Giter VIP home page Giter VIP logo

ansible-role-bamboo's Introduction

Ansible Role: bamboo

Build Status

Installs Atlassian Bamboo on Linux servers. This role will install OpenJDK by default.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

bamboo_master_version: 6.10.4

Specify Bamboo version to install

bamboo_master_fqdn: ""

Set tomcat proxy FQDN

bamboo_master_https: False

Set tomcat proxy protocol

bamboo_master_port: ""

Set tomcat proxy port

bamboo_master_include_jdk: True

Set False to disable OpenJDK installation.

bamboo_master_openjdk_version: 1.8.0

Which OpenJDK to install for running Bamboo. Check Bamboo's supported platforms and adjust this variable if necessary.

bamboo_master_user: bamboo

Name of the user under which the service will run

bamboo_master_application_folder: "/opt/atlassian/bamboo"

Path where to install the application

bamboo_master_data_folder: "/var/atlassian/application-data/bamboo"

Path where application data will be stored

bamboo_master_jvm_memory: 1g

Java VM heap size

Dependencies

None.

Example Playbook

This installs Bamboo and tells tomcat to expect a specific vHost and an HTTPS connection (proxy settings).

- hosts: servers
  become: yes
  roles:
    - role: mimacom.bamboo

Upgrade Bamboo

To upgrade Bamboo, simply change the version variable to a higher version number. Old binary versions will be preserved but not further used. You should delete them manually.

Please do a proper backup prior upgrading, as the Bamboo data will not work with older versions. If you set a lower version than installed, the role will fail.

The current version is saved as ansible fact in /etc/ansible/facts.d/

License

Apache License 2.0

Author Information

This role was created by Remo Wenger.

ansible-role-bamboo's People

Contributors

stromvirvel avatar andyshinn avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.