Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
997fda6688c03b8ce8ed4a67d43b2d702f5cc80f
/
.
/
tools
/
dev
/
vagrant
/
ansible
/
onos-install.yml
blob: fea42593ca4106b690d196aa2bc142ac932ccd67 [
file
] [
log
] [
blame
]
---
#
# Installs and compiles ONOS
#
-
name:
Include vars
hosts:
localhost
tasks:
-
include_vars:
vars/global_vars.yml
-
hosts:
localhost
remote_user:
vagrant
serial:
1
roles:
-
onos
-
install