small changes for fetsite

This commit is contained in:
Andreas Stephanides
2017-11-17 23:03:43 +01:00
parent 1d40cf532c
commit 6af6261b53
3 changed files with 18 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
# Install 1 or more versions of ruby
# The last ruby listed will be set as the default ruby
rvm1_rubies:
- 'ruby-2.1.0'
- 'ruby-2.3.1'
# Install bundler
@@ -51,3 +52,11 @@ root_user: 'root'
# Name of GID 0 group -- BSD systems typically use wheel instead of root
root_group: '{{ root_user }}'
ruby_req_packages:
- bash
- sed
- grep
- tar
- curl
- gzip
- bzip2