Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cotech
ansible
Commits
c98efbfe
Commit
c98efbfe
authored
7 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
Additional GID/UIDs added for
#6
parent
082457e3
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Postfix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/discourse/tasks/main.yml
+55
-0
55 additions, 0 deletions
roles/discourse/tasks/main.yml
with
55 additions
and
0 deletions
roles/discourse/tasks/main.yml
+
55
−
0
View file @
c98efbfe
...
...
@@ -24,6 +24,61 @@
owner
:
discourse
group
:
discourse
-
name
:
ssl-cert group present for UID mappings
group
:
name
:
ssl-cert
system
:
yes
state
:
present
gid
:
111
-
name
:
postgres group present for UID mappings
group
:
name
:
postgres
system
:
yes
state
:
present
gid
:
112
-
name
:
postgres user persent for GID mappings
user
:
name
:
postgres
system
:
yes
group
:
postgres
createhome
:
false
shell
:
/bin/false
uid
:
107
-
name
:
haproxy group present for UID mappings
group
:
name
:
haproxy
system
:
yes
state
:
present
gid
:
113
-
name
:
haproxy user persent for GID mappings
user
:
name
:
haproxy
system
:
yes
group
:
haproxy
createhome
:
false
shell
:
/bin/false
uid
:
108
-
name
:
redis group present for UID mappings
group
:
name
:
redis
system
:
yes
state
:
present
gid
:
113
-
name
:
redis user persent for GID mappings
user
:
name
:
redis
system
:
yes
group
:
redis
createhome
:
false
shell
:
/bin/false
uid
:
108
-
name
:
Discourse checked out
git
:
repo
:
https://github.com/discourse/discourse_docker.git
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment