mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-02-16 05:01:47 +01:00
14 lines
237 B
YAML
14 lines
237 B
YAML
---
|
|
#
|
|
# Installs a clean dev environment. Hostnames, bride, some utils
|
|
#
|
|
- name: Include vars
|
|
hosts: localhost
|
|
tasks:
|
|
- include_vars: vars/global_vars.yml
|
|
|
|
- hosts: localhost
|
|
remote_user: vagrant
|
|
serial: 1
|
|
roles:
|
|
- common |