[contrib/network-storage/glusterfs] bootstrap for glusterfs nodes (#1799)
parent
b838468500
commit
404caa111a
|
@ -1,8 +1,17 @@
|
|||
---
|
||||
- hosts: gfs-cluster
|
||||
gather_facts: false
|
||||
vars:
|
||||
ansible_ssh_pipelining: false
|
||||
roles:
|
||||
- { role: bootstrap-os, tags: bootstrap-os}
|
||||
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
|
||||
- hosts: gfs-cluster
|
||||
vars:
|
||||
ansible_ssh_pipelining: true
|
||||
roles:
|
||||
- { role: glusterfs/server }
|
||||
|
||||
|
@ -12,6 +21,5 @@
|
|||
|
||||
- hosts: kube-master[0]
|
||||
roles:
|
||||
- { role: kubernetes-pv/lib }
|
||||
- { role: kubernetes-pv }
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../../../inventory/group_vars
|
|
@ -0,0 +1 @@
|
|||
../../../../roles/bootstrap-os
|
Loading…
Reference in New Issue