mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
11 lines
169 B
YAML
11 lines
169 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- {role: uploads}
|
|
|
|
# TEST download
|
|
- hosts: localhost
|
|
vars:
|
|
local_release_dir: /tmp/from_gcloud
|
|
roles:
|
|
- {role: download} |