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
49826486
Commit
49826486
authored
Feb 27, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixes
parent
0bd96a91
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
playbooks/roles/analytics-server/meta/main.yml
+1
-1
playbooks/roles/edxapp/meta/main.yml
+2
-2
playbooks/roles/user/tasks/main.yml
+1
-1
No files found.
playbooks/roles/analytics-server/meta/main.yml
View file @
49826486
...
...
@@ -5,7 +5,7 @@ dependencies:
-
name
:
automator
type
:
restricted
sudoers_template
:
'
99-automator-analytics.j2'
user_
authorized_keys
:
"
{{
AS_AUTOMATOR_AUTHORIZED_KEYS
}}"
authorized_keys
:
"
{{
AS_AUTOMATOR_AUTHORIZED_KEYS
}}"
user_rbash_links
:
-
/usr/bin/sudo
-
/usr/bin/scp
...
...
playbooks/roles/edxapp/meta/main.yml
View file @
49826486
...
...
@@ -8,8 +8,8 @@ dependencies:
-
devpi
-
role
:
user
user_info
:
name
:
automator
-
name
:
automator
type
:
restricted
sudoers_template
:
'
99-edxapp-manage-cmds.j2'
user_
authorized_keys
:
"
{{
EDXAPP_AUTOMATOR_AUTHORIZED_KEYS
}}"
authorized_keys
:
"
{{
EDXAPP_AUTOMATOR_AUTHORIZED_KEYS
}}"
when
:
EDXAPP_AUTOMATOR_AUTHORIZED_KEYS|length != 0
playbooks/roles/user/tasks/main.yml
View file @
49826486
...
...
@@ -115,7 +115,7 @@
content="{{ "\n".join(item.authorized_keys) }}"
dest=/home/{{ item.name }}/.ssh/authorized_keys mode=0640
owner={{ item.name }}
mode=0440
validate='visudo -cf %s'
mode=0440
when
:
item.authorized_keys is defined
with_items
:
user_info
...
...
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