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
2bb6f370
Commit
2bb6f370
authored
Oct 29, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #373 from edx/jarv/logdir
creating syslog writable log dir
parents
66b9c705
beed00c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
playbooks/roles/common/tasks/main.yml
+5
-1
No files found.
playbooks/roles/common/tasks/main.yml
View file @
2bb6f370
...
...
@@ -12,10 +12,14 @@
with_items
:
-
"
{{
COMMON_DATA_DIR
}}"
-
"
{{
COMMON_APP_DIR
}}"
-
"
{{
COMMON_LOG_DIR
}}"
-
"
{{
COMMON_BIN_DIR
}}"
-
"
{{
COMMON_CFG_DIR
}}"
-
name
:
common | Create common log directory
file
:
>
path={{ COMMON_LOG_DIR }} state=directory owner=syslog
group=syslog mode=0755
-
name
:
common | Install role-independent useful system packages
# do this before log dir setup; rsyslog package guarantees syslog user present
apt
:
>
...
...
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