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

13 lines
202 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
2015-11-11 16:43:48 +00:00
gather_facts: True
2015-11-22 02:45:34 +00:00
vars_files:
- config.yml
2015-11-11 16:43:48 +00:00
roles:
2016-07-14 03:15:07 +00:00
- { role: rvm_io.rvm1-ruby, tags: ruby, become: True }
- { role: easyredmine, become: no }
2015-11-11 16:43:48 +00:00
tasks: