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
14c6d89b
Commit
14c6d89b
authored
Sep 25, 2013
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing directory permission for .ssh, enable gh users.
parent
84f367e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbooks/roles/common/tasks/create_github_users.yml
+1
-1
playbooks/roles/common/tasks/main.yml
+2
-2
No files found.
playbooks/roles/common/tasks/create_github_users.yml
View file @
14c6d89b
...
...
@@ -27,7 +27,7 @@
-
name
:
common | create .ssh directory
file
:
path=/home/{{ item.user }}/.ssh state=directory mode=0
6
00
path=/home/{{ item.user }}/.ssh state=directory mode=0
7
00
owner={{ item.user }} group={{ item.user }}
with_items
:
github_users
tags
:
...
...
playbooks/roles/common/tasks/main.yml
View file @
14c6d89b
---
-
include
:
create_users.yml
#
- include: create_github_users.yml
#
when: github_users is defined
-
include
:
create_github_users.yml
when
:
github_users is defined
-
name
:
common | Add user www-data
# This user should be created on the system by default
...
...
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