summaryrefslogtreecommitdiffstats
path: root/roles/glusterfs/defaults/main.yml
blob: d66ff5eb16f86e4cd2ca0b86599bdd0335aa78a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
glusterfs_version: 312
glusterfs_transport: rdma

glusterfs_network: "{{ ands_storage_network }}"
glusterfs_servers: "{{ ands_storage_servers }}"
glusterfs_bricks_path: "{{ ands_data_path }}/glusterfs"
glusterfs_domains: "{{ ands_storage_domains }}"
glusterfs_block_volumes: "{{ ands_block_volumes | default({}) }}"

glusterfs_all_subroles: "{{ [ 'software', 'volumes' ] }}"
glusterfs_subroles: "{{ ( subrole is defined ) | ternary( [ subrole ], glusterfs_all_subroles ) }}"