blob: cbdf72c63fc5f3f01a8078a289241505e73806a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- import_playbook: maintain.yml
- name: Configure GlusterFS cluster
hosts: masters, new_masters
roles:
- { role: ands_network, action: ganesha }
- { 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 }}"
|