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


- name: Configure GlusterFS cluster 
  hosts: ands_servers
  run_once: true
  roles:
    - { role: glusterfs, action: migrate }
  vars:
    glusterfs_network: "{{ ands_storage_network }}"
    glusterfs_servers: "{{ ands_storage_servers }}"
    glusterfs_bricks_path: "{{ ands_data_path }}/glusterfs"
    glusterfs_domains: "{{ ands_storage_domains }}"
    glusterfs_migrate_from: "{{ gfs_from }}"
    glusterfs_migrate_to: "{{ gfs_to }}"