Files
offline_kubespray/kubespray/contrib/network-storage/heketi/heketi.yml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

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 }