mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Just clarify there are load balancer modules :)
This commit is contained in:
parent
1b2d4c328c
commit
61c2eb9cb0
1 changed files with 2 additions and 2 deletions
|
@ -178,8 +178,8 @@ Negative numbers are not supported. This works as follows::
|
||||||
Random Choices
|
Random Choices
|
||||||
``````````````
|
``````````````
|
||||||
|
|
||||||
The 'random_choice' feature can be used to pick something at random. While it's not a load balancer, it can
|
The 'random_choice' feature can be used to pick something at random. While it's not a load balancer (there are modules
|
||||||
somewhat be used as a poor man's loadbalancer in a MacGyver like situation::
|
for those), it can somewhat be used as a poor man's loadbalancer in a MacGyver like situation::
|
||||||
|
|
||||||
- debug: msg={{ item }}
|
- debug: msg={{ item }}
|
||||||
with_random_choice:
|
with_random_choice:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue