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
697c65fd
Commit
697c65fd
authored
Dec 24, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tests for vars we're going to use.
parent
2aaac8e9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
playbooks/roles/legacy_ora/tasks/main.yml
+11
-0
No files found.
playbooks/roles/legacy_ora/tasks/main.yml
View file @
697c65fd
...
...
@@ -4,6 +4,17 @@
# This role requires that ora_app_dir and ora_user both be defined.
# There is no default for them.
#
-
fail
:
msg="ora_app_dir not defined. eg. /edx/app/ora, /opt/wwc"
when
:
ora_app_dir is not defined
-
fail
:
msg="ora_user not defined. eg. ora, www-data"
when
:
ora_user is not defined
-
fail
:
msg="COMMON_ENV_TYPE not defined. eg. stage, prod"
when
:
COMMON_ENV_TYPE is not defined
-
fail
:
msg="secure_dir not defined. This is a path to the secure ora config file."
when
:
secure_dir is not defined
-
name
:
legacy_ora | create ora application config
file
:
...
...
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