Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-bootstrap
/
c4c29c25a0608d4d538462c3500a87ef3f55f09f
/
.
/
tests
/
test.yml
blob: dfcd194969800afee8133c911f1f6e8027f8993d [
file
] [
log
] [
blame
]
---
-
hosts:
localhost
remote_user:
root
roles:
-
apigee
-
opdk
-
setup
-
bootstrap
-
hosts:
'{{ hosts }}'
vars:
dest_dir:
'.'
version:
'4.16.05'
tasks:
-
name:
Bootstrap test
bootstrap:
dest_dir:
'{{ dest_dir }}'
version:
'{{ version }}'
tags:
-
test