Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
20
box/provisioning/roles/geerlingguy.ruby/defaults/main.yml
Normal file
20
box/provisioning/roles/geerlingguy.ruby/defaults/main.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
workspace: /root
|
||||
|
||||
# Whether this role should install Bundler.
|
||||
ruby_install_bundler: true
|
||||
|
||||
# A list of Ruby gems to install.
|
||||
ruby_install_gems: []
|
||||
|
||||
# The user account under which Ruby gems will be installed.
|
||||
ruby_install_gems_user: "{{ ansible_user }}"
|
||||
|
||||
# If set to TRUE, ruby will be installed from source, using the version set with
|
||||
# the 'ruby_version' variable instead of using a package.
|
||||
ruby_install_from_source: false
|
||||
ruby_download_url: http://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.1.tar.gz
|
||||
ruby_version: 2.4.1
|
||||
|
||||
# Default should usually work, but this will be overridden on Ubuntu 14.04.
|
||||
ruby_rubygems_package_name: rubygems
|
Loading…
Add table
Add a link
Reference in a new issue