mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
13 lines
196 B
YAML
13 lines
196 B
YAML
---
|
|
- hosts: all
|
|
sudo: yes
|
|
gather_facts: True
|
|
vars_files:
|
|
- config.yml
|
|
|
|
roles:
|
|
- { role: rvm_io.rvm1-ruby, tags: ruby, sudo: True }
|
|
- { role: easyredmine, sudo: no }
|
|
|
|
tasks:
|