kubespray/contrib/network-storage/heketi/heketi.yml

13 lines
207 B
YAML

---
- name: Prepare heketi install
hosts: heketi-node
roles:
- { role: prepare }
- name: Provision heketi
hosts: kube_control_plane[0]
tags:
- "provision"
roles:
- { role: provision }