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
20bb11d3
Commit
20bb11d3
authored
Jan 29, 2014
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generalization.
parent
b8c44c9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
playbooks/roles/automated/tasks/main.yml
+1
-1
playbooks/roles/edxapp/meta/main.yml
+1
-0
No files found.
playbooks/roles/automated/tasks/main.yml
View file @
20bb11d3
...
...
@@ -141,7 +141,7 @@
line="{{ item }}" state=present
dest={{ automated_home }}/.ssh/authorized_keys mode=0600
owner={{ automated_user }} group={{ automated_user }}
with_items
:
EDXAPP_AUTOMATOR_AUTHORIZED_KEYS
with_items
:
automated_authorized_keys
-
name
:
create allowed command links
file
:
...
...
playbooks/roles/edxapp/meta/main.yml
View file @
20bb11d3
...
...
@@ -10,3 +10,4 @@ dependencies:
automated_rbash_links
:
"
{{
edxapp_automated_rbash_links
}}"
automated_sudoers_dest
:
'
99-automator-edxapp'
automated_sudoers_template
:
'
roles/edxapp/templates/etc/sudoers.d/99-automator-edxapp-server.j2'
automated_authorized_keys
:
"
{{
EDXAPP_AUTOMATOR_AUTHORIZED_KEYS
}}"
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