blob: 9308a0d78e6dd0c4452592044c048cd59513d937 [file] [log] [blame]
Luca Prete8d4e8bc2016-08-24 14:49:54 -07001---
2#
3# Installs a clean dev environment. Hostnames, bride, some utils
4#
5- name: Include vars
6 hosts: localhost
7 tasks:
8 - include_vars: vars/global_vars.yml
9
10- hosts: localhost
11 remote_user: vagrant
12 serial: 1
13 roles:
14 - common