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
9220cfb4
Commit
9220cfb4
authored
Oct 28, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
creating git-identiy-example for xserver
parent
d2b9367c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
playbooks/group_vars/all
+2
-0
playbooks/roles/nginx/defaults/main.yml
+2
-2
playbooks/roles/xserver/files/git-identity-example
+1
-0
playbooks/roles/xserver/tasks/deploy.yml
+4
-1
No files found.
playbooks/group_vars/all
View file @
9220cfb4
---
# these pathes are relative to the playbook dir
# directory for secret settings (keys, etc)
#
secure_dir: 'path/to/secure_example'
# this indicates the path to site-specific (with precedence)
...
...
playbooks/roles/nginx/defaults/main.yml
View file @
9220cfb4
...
...
@@ -34,8 +34,8 @@ nginx_cfg:
edx_release
:
link
# path to version files for the basic
# nginx configuration
version_html
:
$app_dir/versions.html
version_json
:
$app_dir/versions.json
version_html
:
"
{{
nginx_app_dir
}}/versions.html"
version_json
:
"
{{
nginx_app_dir
}}/versions.json"
# default htpasswd contents set to edx/edx
# this value can be overiden in vars/secure/<group>.yml
htpasswd
:
|
...
...
playbooks/roles/xserver/files/git-identity-example
0 → 100644
View file @
9220cfb4
example identity file
playbooks/roles/xserver/tasks/deploy.yml
View file @
9220cfb4
...
...
@@ -28,7 +28,10 @@
-
deploy
-
name
:
xserver | install read-only ssh key for the content repo that is required for grading
copy
:
src={{ xserver_git_identity_path }} dest=/etc/git-identity force=yes owner=ubuntu group=adm mode=60
copy
:
src={{ item }} dest=/etc/git-identity force=yes owner=ubuntu group=adm mode=60
first_available_file
:
-
"
{{
secure_dir
}}/files/git-identity"
-
"
git-identity-example"
tags
:
-
deploy
...
...
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