Only probe peers in gluster_server_group.

This commit is contained in:
Ralph Bean 2017-10-23 15:55:51 +00:00
parent 736e4a2768
commit d5c8b23535

View file

@ -17,6 +17,7 @@
command: gluster peer probe {{ item }}
with_items: '{{groups[gluster_server_group]}}'
run_once: true
when: inventory_hostname in groups[gluster_server_group]
tags:
- gluster