c12s-kubespray/contrib/network-storage/glusterfs/glusterfs.yml

18 lines
265 B
YAML
Raw Normal View History

---
- hosts: all
gather_facts: true
- hosts: gfs-cluster
roles:
- { role: glusterfs/server }
- hosts: k8s-cluster
roles:
- { role: glusterfs/client }
- hosts: kube-master[0]
roles:
- { role: kubernetes-pv/lib }
- { role: kubernetes-pv }