GithubHelp home page GithubHelp logo

hotcards / ansible-rbenv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyao/ansible-rbenv

0.0 4.0 0.0 216 KB

Ansible role to deploy rbenv and rbenv plugins (https://github.com/sstephenson/rbenv)

License: MIT License

ansible-rbenv's Introduction

Ansible Rbenv

Ansible role to deploy rbenv and rbenv plugins (https://github.com/sstephenson/rbenv); You can also use it to install ruby using ruby-build plugin, and select which rbenv plugins to install.

Requirements

Tested on Ubuntu Trusty LTS.

Role Variables

rbenv_user: user to deploy rbenv and plugins

# select which plugins to install; set True to enable and False to disable
rbenv_ruby_build: True
rbenv_vars: True
rbenv_gem_rehash: True
rbenv_binstubs: False
rbenv_update: False

# ruby installation; set True to install; rbenv_ruby_version to set ruby version to install
rbenv_install_ruby: False 
rbenv_ruby_version: 2.1.2
rbenv_ruby_make_opts: "-j 2"

rbenv_install_bundler: True

Example Playbook

- hosts: servers
  sudo: yes
  sudo_user: deploy    # should be same as rbenv_user 
  roles:
     - { role: hyao.rbenv, rbenv_install_ruby: True }

License

MIT

Author Information

https://github.com/hyao

ansible-rbenv's People

Contributors

eidge avatar

Watchers

James Gifford avatar James Cloos avatar John avatar Mitch the Mitt 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.