summaryrefslogtreecommitdiffstats
path: root/roles/glusterfs/tasks/iterate_domains.yml
blob: e061652556ca6679d10ee541cd669c0063c8ec85 (plain)
1
2
3
4
5
6
7
- name: Process all storage domains
  include_tasks: "iterate_volumes.yml"
  run_once: true
  delegate_to: "{{ groups[domain.servers][0] }}"
  with_items: "{{ glusterfs_domains }}"
  loop_control:
    loop_var: domain