rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

Can I move role settings into a config file? #152

Closed jamesla closed 7 years ago

jamesla commented 7 years ago

In the following example:

- { role: rvm_io.ruby, rvm1_rubies: ['ruby-2.2.5','ruby-2.3.1'], rvm1_install_flags: '--auto-dotfiles', # Remove --user-install from defaults rvm1_install_path: /usr/local/rvm, # Set to system location rvm1_user: root # Need root account to access system location }

How would I move the settings into their own config file so it would look like this:

- { role: rvm_io.ruby }