blockerbugs: use loop for balancer members
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
fdec077685
commit
adc33f38f4
1 changed files with 3 additions and 1 deletions
|
@ -299,9 +299,11 @@
|
||||||
remotepath: /blockerbugs
|
remotepath: /blockerbugs
|
||||||
localpath: /blockerbugs
|
localpath: /blockerbugs
|
||||||
balancer_members:
|
balancer_members:
|
||||||
|
- "{{ item }}"
|
||||||
|
tags: blockerbugs
|
||||||
|
with_items:
|
||||||
- "{{ ocp_nodes_stg }}"
|
- "{{ ocp_nodes_stg }}"
|
||||||
- "{{ ocp_nodes }}"
|
- "{{ ocp_nodes }}"
|
||||||
tags: blockerbugs
|
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: fedoraproject.org
|
website: fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue