Skip to content

naftulikay/ansible-role-vagrant-ruby-dev

Repository files navigation

ansible-role-vagrant-ruby-dev Build Status

An Ansible role for a Vagrant-based Ruby development setup.

Available on Ansible Galaxy at naftulikay.vagrant-ruby-dev.

Requirements

A Vagrant machine running a supported operating system.

Role Variables

ruby_version
The version of Ruby to install.
vagrant_user
The username of the Vagrant user, defaults to vagrant

Please see the upstream naftulikay.vagrant-base and naftulikay.ruby-dev roles for additional supported variables.

Dependencies

Example Playbook

Install a Ruby development environment within the Vagrant machine:

---
- hosts: all
  roles:
    - role: vagrant-ruby-dev
      ruby_version: 2.4.1

LICENSE

MIT.

About

An Ansible role for configuring a Ruby development environment in a Vagrant machine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published