Test in debian 9, ubuntu 14.04 and ubuntu 16.04

This commit is contained in:
Paul Montero
2017-09-11 23:50:26 -05:00
parent 7b20b622b3
commit 37b4d975d3
9 changed files with 110 additions and 3 deletions

12
tests/test_root.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- 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