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
edx
configuration
Commits
c58ce173
Commit
c58ce173
authored
Jul 12, 2018
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This wasn't actually used by us for the CSMHE cutover
parent
42a4e5e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
34 deletions
+0
-34
playbooks/create_rds_secondary.yml
+0
-34
No files found.
playbooks/create_rds_secondary.yml
deleted
100644 → 0
View file @
42a4e5e5
# Usage: AWS_PROFILE=myprofile ansible-playbook create_csmh_db.yml -i localhost, -e 'from_db=my-rds-identifier rds_name=env-dep-edxapphistory'
-
name
:
Create new edxapp history RDS instance
hosts
:
all
connection
:
local
gather_facts
:
false
vars
:
from_db
:
null
rds_name
:
null
region
:
us-east-1
instance_type
:
db.m4.large
env
:
null
app
:
edxapp
tasks
:
-
name
:
Validate arguments
fail
:
msg
:
"
One
or
more
arguments
were
not
set
correctly:
{{
item
}}"
when
:
not item
with_items
:
-
from_db
-
rds_name
-
name
:
Create edxapp history RDS instance
rds
:
command
:
replicate
instance_name
:
"
{{
rds_name
}}"
source_instance
:
"
{{
from_db
}}"
region
:
"
{{
region
}}"
instance_type
:
"
{{
instance_type
}}"
publicly_accessible
:
no
wait
:
yes
wait_timeout
:
900
register
:
created_db
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