Set docker-compose and run test playbook

This commit is contained in:
Paul Montero
2017-09-11 00:16:16 -05:00
parent 4f9f840cf6
commit 7b20b622b3
6 changed files with 80 additions and 9 deletions

View File

@@ -1,14 +1,12 @@
---
- hosts: localhost
remote_user: travis
- hosts: all
gather_facts: false
vars:
rvm1_rubies:
- 'ruby-2.2.5'
- 'ruby-2.3.1'
rvm1_install_path: '/home/travis/.rvm'
rvm1_user: travis
rvm1_install_path: '/home/{{ rvm1_user }}/.rvm'
rvm1_install_flags: '--auto-dotfiles'
rvm1_user: root
roles:
- rvm1-ansible
- role: rvm1-ansible