mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
11 lines
139 B
YAML
11 lines
139 B
YAML
---
|
|
- hosts: heketi-node
|
|
roles:
|
|
- { role: prepare }
|
|
|
|
- hosts: localhost
|
|
tags:
|
|
- "provision"
|
|
roles:
|
|
- { role: provision }
|