Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
A
ansible-socialhome
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Socialhome
ansible-socialhome
Commits
beb4dc49
Commit
beb4dc49
authored
Jul 29, 2019
by
jaywink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure shell is bash
parent
cd421e48
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tasks/user.yaml
tasks/user.yaml
+1
-1
No files found.
tasks/user.yaml
View file @
beb4dc49
---
-
name
:
Socialhome user
user
:
name="{{ socialhome_os_user }}" state=present
user
:
name="{{ socialhome_os_user }}" state=present
shell="/bin/bash"
-
name
:
Ensure www-data member of socialhome user group
user
:
name=www-data append=yes groups="{{ socialhome_os_user }}" state=present
-
name
:
Make socialhome user home non-world readable
...
...
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