- name: Common setup procedures
  hosts: ands
  roles:
    - role: ands_facts

- name: Configure GlusterFS cluster 
  hosts: ands_servers
  roles:
    - role: glusterfs
  vars:
    glusterfs_network: "{{ ands_storage_network }}"
    glusterfs_servers: "{{ ands_storage_servers }}"
    glusterfs_bricks_path: "{{ ands_data_path }}/glusterfs"
    glusterfs_domains: "{{ ands_storage_domains }}"

- name: Configure Backup
  hosts: ands_servers
  roles:
    - role: ands_backup