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
b2b4349f
Commit
b2b4349f
authored
Jul 08, 2016
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better consistency, argument passing
parent
74736db4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
playbooks/roles/aws/defaults/main.yml
+1
-1
playbooks/roles/aws/meta/main.yml
+1
-1
playbooks/roles/openstack/defaults/main.yml
+1
-1
playbooks/roles/openstack/meta/main.yml
+2
-1
No files found.
playbooks/roles/aws/defaults/main.yml
View file @
b2b4349f
...
...
@@ -11,7 +11,7 @@
# Defaults for role aws
#
VHOST_NAME
:
aws
vhost_name
:
aws
# If there are any issues with the s3 sync an error
# log will be sent to the following address.
...
...
playbooks/roles/aws/meta/main.yml
View file @
b2b4349f
...
...
@@ -12,4 +12,4 @@
#
dependencies
:
-
role
:
vhost
VHOST_NAME
:
"
aws
"
VHOST_NAME
:
"
{{
vhost_name
}}
"
playbooks/roles/openstack/defaults/main.yml
View file @
b2b4349f
...
...
@@ -11,7 +11,7 @@
# Defaults for role openstack
#
VHOST_NAME
:
openstack
vhost_name
:
openstack
# Credentials for log sync script
SWIFT_LOG_SYNC_USERNAME
:
'
'
...
...
playbooks/roles/openstack/meta/main.yml
View file @
b2b4349f
...
...
@@ -11,4 +11,5 @@
# Role includes for role openstack
#
dependencies
:
-
vhost
-
role
:
vhost
VHOST_NAME
:
"
{{
vhost_name
}}"
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