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
447c893b
Commit
447c893b
authored
Sep 11, 2014
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
making target dynamic
parent
6b63150b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
playbooks/edx-east/retire_host.yml
+3
-3
No files found.
playbooks/edx-east/retire_host.yml
View file @
447c893b
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# leads to various race conditions.
# leads to various race conditions.
#
#
-
name
:
Stop all services
-
name
:
Stop all services
hosts
:
prod_edge_Terminating_Wait:stage_edx_Terminating_Wait:prod_edx_Terminating_Wait
hosts
:
"
{{TARGET}}"
sudo
:
True
sudo
:
True
gather_facts
:
False
gather_facts
:
False
vars
:
vars
:
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
-
stop_all_edx_services
-
stop_all_edx_services
-
name
:
Server retirement workflow
-
name
:
Server retirement workflow
hosts
:
prod_edge_Terminating_Wait:stage_edx_Terminating_Wait:prod_edx_Terminating_Wait
hosts
:
"
{{TARGET}}"
sudo
:
True
sudo
:
True
gather_facts
:
False
gather_facts
:
False
tasks
:
tasks
:
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
command
:
/edx/bin/send-logs-to-s3 -d "{{ COMMON_LOG_DIR }}/tracking/*" -b "{{ COMMON_AWS_SYNC_BUCKET }}/logs/tracking"
command
:
/edx/bin/send-logs-to-s3 -d "{{ COMMON_LOG_DIR }}/tracking/*" -b "{{ COMMON_AWS_SYNC_BUCKET }}/logs/tracking"
-
name
:
Run minos verification
-
name
:
Run minos verification
hosts
:
prod_edge_Terminating_Wait:stage_edx_Terminating_Wait:prod_edx_Terminating_Wait
hosts
:
"
{{TARGET}}"
sudo
:
True
sudo
:
True
gather_facts
:
False
gather_facts
:
False
tasks
:
tasks
:
...
...
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