Guillaume Coré
2018-09-04 b4063665e922eb8c1b3bae8b59cf73d46c689d69
rhte-ansible-net: pick AZ randomly

use a or c
1 files modified
1 ■■■■ changed files
ansible/configs/rhte-ansible-net/env_vars.yml 1 ●●●● patch | view | raw | blame | history
ansible/configs/rhte-ansible-net/env_vars.yml
@@ -15,6 +15,7 @@
ec2_key_name: toktest           # SSH key in AWS to put in all the instances
ec2_region: us-east-1           # region where the nodes will live
ec2_az: us-east-1a              # the availability zone
ec2_az: "{{ ec2_region }}{{ ['a','c']|random}}"
ec2_name_prefix: "{{ guid }}"   # name prefix for all the VMs
student_total: 2                # amount of work benches to provision