Skip to content
Snippets Groups Projects
Commit 5686a04b authored by void's avatar void
Browse files

update gitlab, mattermost teamerstellung und push notification in konfiguration

closes #3 and #2
parent a0184f78
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ debian_sources:
- "deb http://ftp.halifax.rwth-aachen.de/debian/ jessie-updates main contrib non-free"
- "deb http://apt.dockerproject.org/repo debian-jessie main"
debian_keys:
administratorenteam:
- "void"
......
......@@ -31,6 +31,11 @@
- name: create folder struct for gitlab 2
file: path=/srv/gitlab/conf/ state=directory
- name: create folder struct for gitlab 3
file: path=/srv/gitlab/data/ state=directory
- name: create folder struct for gitlab 4
file: path=/srv/gitlab/log/ state=directory
# Konfigurationsdateien erstellen
......@@ -46,7 +51,7 @@
- name: start docker image
docker:
name: gitlab
image: gitlab/gitlab-ce:8.11.5-ce.0
image: gitlab/gitlab-ce:8.12.5-ce.0
state: reloaded
restart_policy: always
ports:
......@@ -57,7 +62,7 @@
- 8065
volumes:
- /srv/gitlab/conf:/etc/gitlab
- /var/log/gitlab:/var/log/gitlab
- /srv/gitlab/log:/var/log/gitlab
- /srv/gitlab/data:/var/opt/gitlab
links:
- ldap-service:ldap
......@@ -619,7 +619,7 @@ mattermost['service_enable_incoming_webhooks'] = true
mattermost['team_site_name'] = "Warpzone Mattermost"
# mattermost['team_max_users_per_team'] = 150
# mattermost['team_enable_team_creation'] = true
mattermost['team_enable_team_creation'] = false
# mattermost['team_enable_user_creation'] = true
# mattermost['team_allow_public_link'] = true
# mattermost['team_allow_valet_default'] = false
......@@ -664,8 +664,8 @@ mattermost['email_smtp_port'] = 25
mattermost['email_connection_security'] = "STARTTLS"
mattermost['email_feedback_name'] = "Warpzone Mattermost"
mattermost['email_feedback_email'] = "noreply@warpzone.ms"
# mattermost['email_send_push_notifications'] = true
# mattermost['email_push_notification_server'] = ""
mattermost['email_send_push_notifications'] = true
mattermost['email_push_notification_server'] = "http://push-test.mattermost.com"
# mattermost['file_driver_name'] = "local"
# mattermost['file_directory'] = "/var/opt/gitlab/mattermost/data"
......
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