2016-11-11 03:59:46 +00:00
|
|
|
---
|
2017-10-16 07:23:38 +00:00
|
|
|
- hosts: gfs-cluster
|
|
|
|
gather_facts: false
|
|
|
|
vars:
|
|
|
|
ansible_ssh_pipelining: false
|
|
|
|
roles:
|
2019-04-01 09:38:33 +00:00
|
|
|
- { role: bootstrap-os, tags: bootstrap-os}
|
2017-10-16 07:23:38 +00:00
|
|
|
|
2016-11-11 03:59:46 +00:00
|
|
|
- hosts: all
|
|
|
|
gather_facts: true
|
|
|
|
|
|
|
|
- hosts: gfs-cluster
|
2017-10-16 07:23:38 +00:00
|
|
|
vars:
|
|
|
|
ansible_ssh_pipelining: true
|
2016-11-11 03:59:46 +00:00
|
|
|
roles:
|
|
|
|
- { role: glusterfs/server }
|
|
|
|
|
2021-04-29 12:20:50 +00:00
|
|
|
- hosts: k8s_cluster
|
2016-11-11 03:59:46 +00:00
|
|
|
roles:
|
|
|
|
- { role: glusterfs/client }
|
|
|
|
|
2021-03-24 00:26:05 +00:00
|
|
|
- hosts: kube_control_plane[0]
|
2016-11-11 03:59:46 +00:00
|
|
|
roles:
|
|
|
|
- { role: kubernetes-pv }
|