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
136909da
Commit
136909da
authored
Jan 30, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default vars for the edx_provision play
These vars are also set by the jenkins job
parent
5c25ac72
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
playbooks/edx-east/edx_provision.yml
+23
-2
No files found.
playbooks/edx-east/edx_provision.yml
View file @
136909da
...
...
@@ -2,18 +2,37 @@
hosts
:
localhost
connection
:
local
gather_facts
:
False
pre_tasks
:
vars
:
keypair
:
continuous-integration
instance_type
:
m1.medium
security_group
:
sandbox
# ubuntu 12.04
ami
:
ami-d0f89fb9
region
:
us-east-1
zone
:
us-east-1b
instance_tags
:
environment
:
sandbox
github_username
:
temp
Name
:
sandbox-temp
source
:
provisioning-script
owner
:
temp
root_ebs_size
:
50
dns_name
:
temp
dns_zone
:
m.sandbox.edx.org
name_tag
:
sandbox-temp
elb
:
false
roles
:
-
role
:
launch_ec2
keypair
:
"
{{
keypair
}}"
instance_type
:
"
{{
instance_type
}}"
security_group
:
"
{{
security_group
}}"
ami
_image
:
"
{{
ami
}}"
ami
:
"
{{
ami
}}"
region
:
"
{{
region
}}"
instance_tags
:
"
{{
instance_tags
}}"
root_ebs_size
:
"
{{
root_ebs_size
}}"
dns_name
:
"
{{
dns_name
}}"
dns_zone
:
"
{{
dns_zone
}}"
zone
:
"
{{
zone
}}"
terminate_instance
:
true
instance_profile_name
:
sandbox
...
...
@@ -21,6 +40,8 @@
hosts
:
launched
sudo
:
True
gather_facts
:
False
vars
:
elb
:
false
pre_tasks
:
-
name
:
Wait for cloud-init to finish
wait_for
:
>
...
...
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