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