Skip to content

fejo-dk/ansible-role-chruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Install chruby

  • Development branch: Build Status
  • Master branch: Build Status

An Ansible role that installs chruby.

Using the role

Installation

ansible-galaxy install ferrarimarco.chruby

Variables

See defaults/main.yml

Example Playbook

  - hosts: all
    roles:
      - ferrarimarco.chruby

Testing the role

This role is tested with Test-Kitchen configured with the kitchen-docker driver, and kitchen-inspec.

Dependencies

  • Bundler, 1.13.0+
  • Ruby, 2.3.0+
  • Docker, 1.13.0+

Run tests

  1. Install Bundler: gem install bundler
  2. Install required gems from inside the root of the project: bundle install
  3. Run kitchen test

Packages

No packages published

Languages

  • Ruby 74.6%
  • Shell 25.4%