thapakazi / ansible-role-chruby

Ansible role to install chruby

Home Page:https://galaxy.ansible.com/ferrarimarco/chruby/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ansible role to install chruby

https://galaxy.ansible.com/ferrarimarco/chruby/

License:Apache License 2.0


Languages

Language:Ruby 74.6%Language:Shell 25.4%