summaryrefslogtreecommitdiffstats
path: root/playbooks/ands-gluster-ganesha.yml
blob: 586dd0774848d010539276dcdf380cff05c149eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- name: Common setup procedures
  hosts: ands
  roles:
    - role: ands_facts


- name: Configure GlusterFS cluster 
  hosts: masters, new_masters
  roles:
    - { role: glusterfs, action: ganesha }
    - { role: ganesha }
  vars:
    glusterfs_network: "{{ ands_storage_network }}"
    glusterfs_servers: "{{ ands_storage_servers }}"
    glusterfs_bricks_path: "{{ ands_data_path }}/glusterfs"
    glusterfs_domains: "{{ ands_storage_domains }}"