18 lines
265 B
YAML
18 lines
265 B
YAML
|
---
|
||
|
- 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 }
|
||
|
|