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