Skip to content

Backport Ruby 2.1 packages from Debian Jessie to Debian Wheezy

License

Notifications You must be signed in to change notification settings

support-capensis/ansible-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DebOps project ruby

Travis CI test-suite Ansible Galaxy

debops.ruby role installs selected Ruby version via APT package manager. By default APT picks the Ruby packages to install automatically - if you have backported Ruby 2.1 packages, they will be installed if available; if you don't have them, debops.ruby will install current Ruby packages available on your system.

If you want to install Ruby 2.1 packages on Debian Wheezy, set ruby_version: 'backport' in your inventory and this role will use debops.backporter role to automatically backport all required packages from Debian Jessie. These packages will be installed on the build host and uploaded to Ansible Controller to a specific directory, where debops.reprepro role can find them and automatically import them to local APT repository, at which point these packages will become available to all hosts in a cluster.

This role will also install gems from RubyGems specified in a list.

Installation

This role requires at least Ansible v1.7.0. To install it, run:

ansible-galaxy install debops.ruby

Documentation

More information about debops.ruby can be found in the official debops.ruby documentation.

Role dependencies

  • debops.apt_preferences
  • debops.backporter

Are you using this as a standalone role without DebOps?

You may need to include missing roles from the DebOps common playbook into your playbook.

Try DebOps now for a complete solution to run your Debian-based infrastructure.

Authors and license

ruby role was written by:

License: GPLv3


This role is part of the DebOps project. README generated by ansigenome.

About

Backport Ruby 2.1 packages from Debian Jessie to Debian Wheezy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published