Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
4dffd658
Commit
4dffd658
authored
Dec 09, 2016
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ec2_elbs can take a list...
parent
fedc0ada
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
12 deletions
+6
-12
playbooks/edx-east/cluster_rabbitmq.yml
+1
-2
playbooks/edx-east/commoncluster.yml
+1
-2
playbooks/edx-east/elasticsearch.yml
+1
-2
playbooks/edx-east/rabbitmq.yml
+1
-2
playbooks/edx-east/test-rolling.yml
+1
-2
playbooks/edx-east/xqueue.yml
+1
-2
No files found.
playbooks/edx-east/cluster_rabbitmq.yml
View file @
4dffd658
...
@@ -41,10 +41,9 @@
...
@@ -41,10 +41,9 @@
local_action
:
ec2_elb
local_action
:
ec2_elb
args
:
args
:
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
ec2_elbs
:
"
{{
item
}}"
ec2_elbs
:
"
{{
ec2_elbs
}}"
region
:
us-east-1
region
:
us-east-1
state
:
present
state
:
present
wait_timeout
:
60
wait_timeout
:
60
with_items
:
"
{{
ec2_elbs
}}"
become
:
False
become
:
False
when
:
elb_pre_post
when
:
elb_pre_post
playbooks/edx-east/commoncluster.yml
View file @
4dffd658
...
@@ -47,11 +47,10 @@
...
@@ -47,11 +47,10 @@
local_action
:
ec2_elb
local_action
:
ec2_elb
args
:
args
:
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
ec2_elbs
:
"
{{
item
}}"
ec2_elbs
:
"
{{
ec2_elbs
}}"
region
:
us-east-1
region
:
us-east-1
state
:
present
state
:
present
wait_timeout
:
60
wait_timeout
:
60
with_items
:
"
{{
ec2_elbs
}}"
become
:
False
become
:
False
when
:
elb_pre_post
when
:
elb_pre_post
#
#
...
...
playbooks/edx-east/elasticsearch.yml
View file @
4dffd658
...
@@ -37,10 +37,9 @@
...
@@ -37,10 +37,9 @@
local_action
:
ec2_elb
local_action
:
ec2_elb
args
:
args
:
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
ec2_elbs
:
"
{{
item
}}"
ec2_elbs
:
"
{{
ec2_elbs
}}"
region
:
us-east-1
region
:
us-east-1
state
:
present
state
:
present
wait_timeout
:
60
wait_timeout
:
60
with_items
:
"
{{
ec2_elbs
}}"
become
:
False
become
:
False
when
:
elb_pre_post
when
:
elb_pre_post
playbooks/edx-east/rabbitmq.yml
View file @
4dffd658
...
@@ -40,10 +40,9 @@
...
@@ -40,10 +40,9 @@
local_action
:
ec2_elb
local_action
:
ec2_elb
args
:
args
:
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
ec2_elbs
:
"
{{
item
}}"
ec2_elbs
:
"
{{
ec2_elbs
}}"
region
:
us-east-1
region
:
us-east-1
state
:
present
state
:
present
wait_timeout
:
60
wait_timeout
:
60
with_items
:
"
{{
ec2_elbs
}}"
become
:
False
become
:
False
when
:
elb_pre_post
when
:
elb_pre_post
playbooks/edx-east/test-rolling.yml
View file @
4dffd658
...
@@ -33,10 +33,9 @@
...
@@ -33,10 +33,9 @@
local_action
:
ec2_elb
local_action
:
ec2_elb
args
:
args
:
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
ec2_elbs
:
"
{{
item
}}"
ec2_elbs
:
"
{{
ec2_elbs
}}"
region
:
us-east-1
region
:
us-east-1
state
:
present
state
:
present
wait_timeout
:
60
wait_timeout
:
60
with_items
:
"
{{
ec2_elbs
}}"
become
:
False
become
:
False
when
:
elb_pre_post
when
:
elb_pre_post
playbooks/edx-east/xqueue.yml
View file @
4dffd658
...
@@ -46,10 +46,9 @@
...
@@ -46,10 +46,9 @@
local_action
:
ec2_elb
local_action
:
ec2_elb
args
:
args
:
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
instance_id
:
"
{{
ansible_ec2_instance_id
}}"
ec2_elbs
:
"
{{
item
}}"
ec2_elbs
:
"
{{
ec2_elbs
}}"
region
:
us-east-1
region
:
us-east-1
state
:
present
state
:
present
wait_timeout
:
60
wait_timeout
:
60
with_items
:
"
{{
ec2_elbs
}}"
become
:
False
become
:
False
when
:
elb_pre_post
when
:
elb_pre_post
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment