1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 23:30:35 +00:00
vagrant-easyredmine/playbook.yml

14 lines
254 B
YAML
Raw Normal View History

2015-11-11 16:43:48 +00:00
---
- hosts: all
2016-07-14 03:15:07 +00:00
become: yes
gather_facts: yes
2015-11-22 02:45:34 +00:00
vars_files:
- config.yml
2015-11-11 16:43:48 +00:00
roles:
- { role: rvm_io.ruby, tags: ruby, become: yes }
- { role: rvm_io.ruby.patch, tags: ruby, become: yes }
2016-07-14 03:15:07 +00:00
- { role: easyredmine, become: no }
2015-11-11 16:43:48 +00:00
tasks: