[contrib/network-storage/glusterfs] bootstrap for glusterfs nodes (#1799)

This commit is contained in:
Pablo Moreno 2017-10-16 08:23:38 +01:00 committed by Matthew Mosesohn
parent b838468500
commit 404caa111a
3 changed files with 11 additions and 1 deletions

View file

@ -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 }

View file

@ -0,0 +1 @@
../../../inventory/group_vars

View file

@ -0,0 +1 @@
../../../../roles/bootstrap-os