13 lines
254 B
YAML
13 lines
254 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: false
|
|
vars:
|
|
rvm1_user: root
|
|
rvm1_install_flags: '--auto-dotfiles'
|
|
rvm1_rubies:
|
|
- 'ruby-2.2.5'
|
|
- 'ruby-2.3.1'
|
|
rvm1_install_path: '/home/{{ rvm1_user }}/.rvm'
|
|
roles:
|
|
- role: rvm1-ansible
|