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
b282372d
Commit
b282372d
authored
Feb 19, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving aws s3 sync logfile to aws logdir
parent
691754f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
playbooks/roles/aws/defaults/main.yml
+2
-1
playbooks/roles/aws/tasks/main.yml
+1
-0
No files found.
playbooks/roles/aws/defaults/main.yml
View file @
b282372d
...
@@ -44,7 +44,8 @@ aws_data_dir: "{{ COMMON_DATA_DIR }}/aws"
...
@@ -44,7 +44,8 @@ aws_data_dir: "{{ COMMON_DATA_DIR }}/aws"
aws_app_dir
:
"
{{
COMMON_APP_DIR
}}/aws"
aws_app_dir
:
"
{{
COMMON_APP_DIR
}}/aws"
aws_var_file
:
"
{{
aws_app_dir
}}/server-vars.yml"
aws_var_file
:
"
{{
aws_app_dir
}}/server-vars.yml"
aws_s3_sync_script
:
"
{{
aws_app_dir
}}/send-logs-to-s3"
aws_s3_sync_script
:
"
{{
aws_app_dir
}}/send-logs-to-s3"
aws_s3_logfile
:
"
/var/log/s3-log-sync.log"
aws_s3_logfile
:
"
{{
aws_log_dir
}}/s3-log-sync.log"
aws_log_dir
:
"
{{
COMMON_LOG_DIR
}}/aws"
# default path to the aws binary
# default path to the aws binary
aws_cmd
:
"
/usr/local/bin/aws"
aws_cmd
:
"
/usr/local/bin/aws"
...
...
playbooks/roles/aws/tasks/main.yml
View file @
b282372d
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
with_items
:
with_items
:
-
"
{{
aws_data_dir
}}"
-
"
{{
aws_data_dir
}}"
-
"
{{
aws_app_dir
}}"
-
"
{{
aws_app_dir
}}"
-
"
{{
aws_log_dir
}}"
# The sync script and config file are now symlinks
# The sync script and config file are now symlinks
# Remove them if they are regular files
# Remove them if they are regular files
...
...
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