Looking over some ansible ec2 script I see reference to:
“{{ vars|random }}”
e.g.
vpc_subnet_id: “{{ ec2_subnet_id|random }}”
(http://allandenot.com/devops/2015/01/31/provisioning-ec2-hosts-with-ansible.html)
Does this randomly select the variable, if so why would anyone would to do that?