Skip to content
Snippets Groups Projects
Commit 404caa11 authored by Pablo Moreno's avatar Pablo Moreno Committed by Matthew Mosesohn
Browse files

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

parent b8384685
No related branches found
No related tags found
No related merge requests found
---
- 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 }
../../../inventory/group_vars
\ No newline at end of file
../../../../roles/bootstrap-os
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment