Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-opdk-setup-bootstrap
/
49a82e4c713976a0333a52ef18fa75d0b802069d
/
.
/
tests
/
test.yml
blob: 682056cb9f467c15939da216e92aa3f4f77a186b [
file
]
---
-
hosts:
localhost
remote_user:
root
roles:
-
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