Skip to content
Snippets Groups Projects
Commit 7ae5b204 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

dns namen auf ..warpzone.ms geändert

parent e880b0b9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
## Url on which GitLab will be reachable.
## For more details on configuring external_url see:
## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/629def0a7a26e7c2326566f0758d4a27857b52a3/README.md#configuring-the-external-url-for-gitlab
external_url 'https://gitlab.wz.dyhost.de/' # default: http://hostname
external_url 'https://gitlab.warpzone.ms/' # default: http://hostname
## Note: configuration settings below are optional.
......@@ -561,7 +561,7 @@ gitlab_rails['gitlab_shell_ssh_port'] = 2222
# GitLab Mattermost #
#####################
mattermost_external_url 'https://mattermost.wz.dyhost.de/'
mattermost_external_url 'https://mattermost.warpzone.ms/'
mattermost['enable'] = true
# mattermost['username'] = 'mattermost'
......@@ -621,9 +621,9 @@ mattermost['gitlab_enable'] = true
mattermost['gitlab_secret'] = ""
mattermost['gitlab_id'] = ""
mattermost['gitlab_scope'] = ""
mattermost['gitlab_auth_endpoint'] = "https://gitlab.wz.dyhost.de/oauth/authorize"
mattermost['gitlab_token_endpoint'] = "https://gitlab.wz.dyhost.de/oauth/token"
mattermost['gitlab_user_api_endpoint'] = "https://gitlab.wz.dyhost.de/api/v3/user"
mattermost['gitlab_auth_endpoint'] = "https://gitlab.warpzone.ms/oauth/authorize"
mattermost['gitlab_token_endpoint'] = "https://gitlab.warpzone.ms/oauth/token"
mattermost['gitlab_user_api_endpoint'] = "https://gitlab.warpzone.ms/api/v3/user"
# mattermost['aws'] = {'S3AccessKeyId' => '123', 'S3SecretAccessKey' => '123', 'S3Bucket' => 'aa', 'S3Region' => 'bb'}
......
......@@ -21,7 +21,7 @@
when: sslcert.stat.exists == False
- name: Letsencrypt-Zertifikat beantragen und installieren
shell: cd /usr/src && if [ ! -e simp_le ]; then git clone https://github.com/kuba/simp_le; fi && cd simp_le && ./bootstrap.sh && if [ ! -e venv/bin/python ]; then ./venv.sh; fi && export PATH=/usr/src/simp_le/venv/bin:$PATH && cd /etc/ssl && simp_le --email info@warpzone.ms -f account_key.json -f key.pem -f fullchain.pem -d wz.dyhost.de:/var/www/html
shell: cd /usr/src && if [ ! -e simp_le ]; then git clone https://github.com/kuba/simp_le; fi && cd simp_le && ./bootstrap.sh && if [ ! -e venv/bin/python ]; then ./venv.sh; fi && export PATH=/usr/src/simp_le/venv/bin:$PATH && cd /etc/ssl && simp_le --email info@warpzone.ms -f account_key.json -f key.pem -f fullchain.pem -d wz.dyhost.de:/var/www/html -d gitlab.warpzone.ms:/var/www/html -d mattermost.warpzone.ms:/var/www/html
notify: restart nginx
when: sslcert.stat.exists == False
......@@ -44,5 +44,5 @@
file: src=/etc/nginx/sites-available/mattermost dest=/etc/nginx/sites-enabled/mattermost state=link
- name: Cronjob für Zertifikatserneuerung
cron: name="simp_le" weekday="2" hour="20" minute="0" job="cd /etc/ssl && PATH=/usr/src/simp_le/venv/bin:/usr/sbin:/usr/bin:/sbin:/bin simp_le --email info@warpzone.ms -f account_key.json -f key.pem -f fullchain.pem -d wz.dyhost.de:/var/www/html && systemctl reload nginx"
cron: name="simp_le" weekday="2" hour="20" minute="0" job="cd /etc/ssl && PATH=/usr/src/simp_le/venv/bin:/usr/sbin:/usr/bin:/sbin:/bin simp_le --email info@warpzone.ms -f account_key.json -f key.pem -f fullchain.pem -d wz.dyhost.de:/var/www/html -d gitlab.warpzone.ms:/var/www/html -d mattermost.warpzone.ms:/var/www/html && systemctl reload nginx"
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