Skip to content
Snippets Groups Projects
Commit c98efbfe authored by Chris Croome's avatar Chris Croome
Browse files

Additional GID/UIDs added for #6

parent 082457e3
No related branches found
No related tags found
1 merge request!1Postfix
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment