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
9a3791de
Commit
9a3791de
authored
Feb 24, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
creating directories first
parent
30a2bf55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
playbooks/roles/aws/tasks/main.yml
+12
-12
No files found.
playbooks/roles/aws/tasks/main.yml
View file @
9a3791de
...
@@ -21,6 +21,18 @@
...
@@ -21,6 +21,18 @@
#
#
#
#
-
name
:
create data and app directories
file
:
>
path={{ item }}
state=directory
owner=root
group=root
mode=0700
with_items
:
-
"
{{
aws_data_dir
}}"
-
"
{{
aws_app_dir
}}"
-
"
{{
aws_log_dir
}}"
-
name
:
install system packages
-
name
:
install system packages
apt
:
>
apt
:
>
pkg={{','.join(aws_debian_pkgs)}}
pkg={{','.join(aws_debian_pkgs)}}
...
@@ -50,18 +62,6 @@
...
@@ -50,18 +62,6 @@
dest={{ COMMON_BIN_DIR }}/s3cmd
dest={{ COMMON_BIN_DIR }}/s3cmd
state=link
state=link
-
name
:
create data and app directories
file
:
>
path={{ item }}
state=directory
owner=root
group=root
mode=0700
with_items
:
-
"
{{
aws_data_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
# This can be removed once we don't need to worry
# This can be removed once we don't need to worry
...
...
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