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