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
38dc1758
Commit
38dc1758
authored
Oct 30, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setting default cert identity file to !!null
parent
a514a374
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
playbooks/roles/certs/defaults/main.yml
+1
-1
playbooks/roles/certs/tasks/main.yml
+1
-1
No files found.
playbooks/roles/certs/defaults/main.yml
View file @
38dc1758
...
...
@@ -28,7 +28,7 @@ CERTS_KEY_ID: "FEF8D954"
# Path to git identity file for pull access to
# the edX certificates repo - REQUIRED
# Example - {{ secure_dir }}/files/git-identity
CERTS_LOCAL_GIT_IDENTITY
:
"
"
CERTS_LOCAL_GIT_IDENTITY
:
!!null
# Path to public and private gpg key for signing
# the edX certificate. Default is a dummy key
CERTS_LOCAL_PRIVATE_KEY
:
"
example-private-key.txt"
...
...
playbooks/roles/certs/tasks/main.yml
View file @
38dc1758
...
...
@@ -33,7 +33,7 @@
#
-
name
:
Checking to see if git identity is set
fail
:
msg="You must set CERTS_LOCAL_GIT_IDENTITY var for this role!"
when
:
CERTS_LOCAL_GIT_IDENTITY == ""
when
:
not CERTS_LOCAL_GIT_IDENTITY
-
name
:
certs | create application user
user
:
>
...
...
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