Only probe peers in gluster_server_group.
This commit is contained in:
parent
736e4a2768
commit
d5c8b23535
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
command: gluster peer probe {{ item }}
|
command: gluster peer probe {{ item }}
|
||||||
with_items: '{{groups[gluster_server_group]}}'
|
with_items: '{{groups[gluster_server_group]}}'
|
||||||
run_once: true
|
run_once: true
|
||||||
|
when: inventory_hostname in groups[gluster_server_group]
|
||||||
tags:
|
tags:
|
||||||
- gluster
|
- gluster
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue