1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

update gitea, delete WTF

This commit is contained in:
L3D 2021-10-13 01:13:57 +02:00
parent dff3c92ed1
commit 935c78d2b5
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 3 additions and 34 deletions

View file

@ -45,7 +45,6 @@ sshd__allowed_users:
- "webwaffel"
- "webwaffelpodcast"
- "gitea"
- "wtfpreview"
- "files"
- "preview"
@ -56,7 +55,6 @@ sshd__allowed_groups:
- "webwaffel"
- "webwaffelpodcast"
- "gitea"
- "wtfpreview"
- "files"
- "preview"
@ -64,10 +62,11 @@ accounts:
- 'l3d'
- 'webwaffel'
- 'webwaffelpodcast'
- 'wtfpreview'
- "files"
- "preview"
acme_domain_unwant_list: []
nginx_sites:
- name: 'c3woc.de'
webroot:
@ -120,8 +119,6 @@ nginx_sites:
- name: 'www.c3nom.de'
- name: 'c3doc.de'
- name: 'www.c3doc.de'
- name: 'wtf-kooperative.de'
- name: 'www.wtf-kooperative.de'
- name: 'files.l3d.ch'
webroot:
user: 'files'

@ -1 +1 @@
Subproject commit e3536340f49b8c3f80d511bd1a0d155b4462b7f4
Subproject commit 6a29a8d0282ad55ab8fd936d2d5145e615d77a95

View file

@ -1,14 +0,0 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name wtf-kooperative.de;
include snippets/tls_parameters_{{ site.name }}.snippet.conf;
include snippets/tls_certificate_{{ site.name }}.snippet.conf;
include snippets/logging_{{ site.name }}.snippet.conf;
location / {
return 308 https://wtf-eg.de$request_uri;
}
}

View file

@ -1,14 +0,0 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name www.wtf-kooperative.de;
include snippets/tls_parameters_{{ site.name }}.snippet.conf;
include snippets/tls_certificate_{{ site.name }}.snippet.conf;
include snippets/logging_{{ site.name }}.snippet.conf;
location / {
return 308 https://wtf-kooperative.de$request_uri;
}
}