Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
db9b7f44d8359706248b2e5bfa62d34927cc1d41
/
.
/
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