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 - hosts: all
gather_facts: true gather_facts: true
- hosts: gfs-cluster - hosts: gfs-cluster
vars:
ansible_ssh_pipelining: true
roles: roles:
- { role: glusterfs/server } - { role: glusterfs/server }
...@@ -12,6 +21,5 @@ ...@@ -12,6 +21,5 @@
- hosts: kube-master[0] - hosts: kube-master[0]
roles: roles:
- { role: kubernetes-pv/lib }
- { role: kubernetes-pv } - { 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.
Please register or to comment