Commit a503f5d7 by John Jarvis

Merge pull request #710 from edx/jarv/fix-elb-reg-for-sandbox

adding future version of ec2_elb and using it for sandbox reg
parents a9f60293 706e436c
......@@ -32,7 +32,7 @@
- roles/ora/defaults/main.yml
- roles/xqueue/defaults/main.yml
- roles/xserver/defaults/main.yml
- roles/forum/defaults/main.yml
- roles/forum/defaults/main.yml
roles:
# rerun common to set the hostname, nginx to set basic auth
- common
......@@ -61,7 +61,7 @@
sudo: False
- name: register instance into an elb if one was provided
local_action:
module: ec2_elb
module: ec2_elb_local_1.5
region: "{{ region }}"
instance_id: "{{ ec2_info.instance_ids[0] }}"
state: present
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment