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
757bffdb
Commit
757bffdb
authored
Jun 06, 2017
by
nadeemshahzad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove local version of ansible modules
parent
137e06eb
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
playbooks/continuous_delivery/cleanup.yml
+1
-1
playbooks/continuous_delivery/create_ami.yml
+2
-2
playbooks/continuous_delivery/discovery_refresh_metadata.yml
+1
-1
playbooks/continuous_delivery/haystack_update_index.yml
+1
-1
playbooks/continuous_delivery/rollback_migrations.yml
+1
-1
playbooks/continuous_delivery/run_migrations.yml
+1
-1
playbooks/roles/launch_ec2/tasks/main.yml
+4
-4
No files found.
playbooks/continuous_delivery/cleanup.yml
View file @
757bffdb
...
...
@@ -49,7 +49,7 @@
state
:
absent
-
name
:
Send Hipchat notification cleanup has finished
hipchat
_2_0_0_1
:
hipchat
:
api
:
"
{{
hipchat_url
}}"
token
:
"
{{
hipchat_token
}}"
room
:
"
{{
hipchat_room
}}"
...
...
playbooks/continuous_delivery/create_ami.yml
View file @
757bffdb
...
...
@@ -57,7 +57,7 @@
register
:
instance_tags
-
name
:
Create AMI
ec2_ami
_2_0_0_1
:
ec2_ami
:
instance_id
:
"
{{
instance_id
}}"
name
:
"
{{
edx_environment
}}
--
{{
deployment
}}
--
{{
play
}}
--
{{
extra_name_identifier
}}
--
{{
app_version[:7]
}}"
region
:
"
{{
ec2_region
}}"
...
...
@@ -112,7 +112,7 @@
mode
:
0600
-
name
:
Send Hipchat notification AMI is finished baking
hipchat
_2_0_0_1
:
hipchat
:
api
:
"
{{
hipchat_url
}}"
token
:
"
{{
hipchat_token
}}"
room
:
"
{{
hipchat_room
}}"
...
...
playbooks/continuous_delivery/discovery_refresh_metadata.yml
View file @
757bffdb
...
...
@@ -31,7 +31,7 @@
become_user
:
"
{{
APPLICATION_USER
}}"
-
name
:
Send Hipchat notification
hipchat
_2_0_0_1
:
hipchat
:
api
:
"
{{
HIPCHAT_URL
}}"
token
:
"
{{
HIPCHAT_TOKEN
}}"
room
:
"
{{
HIPCHAT_ROOM
}}"
...
...
playbooks/continuous_delivery/haystack_update_index.yml
View file @
757bffdb
...
...
@@ -31,7 +31,7 @@
become_user
:
"
{{
APPLICATION_USER
}}"
-
name
:
Send Hipchat notification
hipchat
_2_0_0_1
:
hipchat
:
api
:
"
{{
HIPCHAT_URL
}}"
token
:
"
{{
HIPCHAT_TOKEN
}}"
room
:
"
{{
HIPCHAT_ROOM
}}"
...
...
playbooks/continuous_delivery/rollback_migrations.yml
View file @
757bffdb
...
...
@@ -131,7 +131,7 @@
-
"
{{
migration_files.stdout_lines
}}"
-
name
:
Send Hipchat notification cleanup has finished
hipchat
_2_0_0_1
:
hipchat
:
api
:
"
{{
HIPCHAT_URL
}}"
token
:
"
{{
HIPCHAT_TOKEN
}}"
room
:
"
{{
HIPCHAT_ROOM
}}"
...
...
playbooks/continuous_delivery/run_migrations.yml
View file @
757bffdb
...
...
@@ -89,7 +89,7 @@
-
"
{{
migration_files.stdout_lines
}}"
-
name
:
Send Hipchat notification cleanup has finished
hipchat
_2_0_0_1
:
hipchat
:
api
:
"
{{
HIPCHAT_URL
}}"
token
:
"
{{
HIPCHAT_TOKEN
}}"
room
:
"
{{
HIPCHAT_ROOM
}}"
...
...
playbooks/roles/launch_ec2/tasks/main.yml
View file @
757bffdb
...
...
@@ -18,7 +18,7 @@
-
name
:
terminating single instance
local_action
:
module
:
ec2
_2_1_1_0
module
:
ec2
state
:
'
absent'
region
:
"
{{
region
}}"
instance_ids
:
"
{{tag_lookup.instance_ids}}"
...
...
@@ -36,7 +36,7 @@
-
name
:
Launch ec2 instance
local_action
:
module
:
ec2
_2_1_1_0
module
:
ec2
keypair
:
"
{{
keypair
}}"
group
:
"
{{
security_group
}}"
instance_type
:
"
{{
instance_type
}}"
...
...
@@ -58,7 +58,7 @@
-
name
:
Add DNS name
local_action
:
module
:
route53
_2_1_1_0
module
:
route53
overwrite
:
yes
command
:
create
zone
:
"
{{
dns_zone
}}"
...
...
@@ -70,7 +70,7 @@
-
name
:
Add DNS names for services
local_action
:
module
:
route53
_2_1_1_0
module
:
route53
overwrite
:
yes
command
:
create
zone
:
"
{{
dns_zone
}}"
...
...
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