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:
parent
dff3c92ed1
commit
935c78d2b5
4 changed files with 3 additions and 34 deletions
|
@ -45,7 +45,6 @@ sshd__allowed_users:
|
||||||
- "webwaffel"
|
- "webwaffel"
|
||||||
- "webwaffelpodcast"
|
- "webwaffelpodcast"
|
||||||
- "gitea"
|
- "gitea"
|
||||||
- "wtfpreview"
|
|
||||||
- "files"
|
- "files"
|
||||||
- "preview"
|
- "preview"
|
||||||
|
|
||||||
|
@ -56,7 +55,6 @@ sshd__allowed_groups:
|
||||||
- "webwaffel"
|
- "webwaffel"
|
||||||
- "webwaffelpodcast"
|
- "webwaffelpodcast"
|
||||||
- "gitea"
|
- "gitea"
|
||||||
- "wtfpreview"
|
|
||||||
- "files"
|
- "files"
|
||||||
- "preview"
|
- "preview"
|
||||||
|
|
||||||
|
@ -64,10 +62,11 @@ accounts:
|
||||||
- 'l3d'
|
- 'l3d'
|
||||||
- 'webwaffel'
|
- 'webwaffel'
|
||||||
- 'webwaffelpodcast'
|
- 'webwaffelpodcast'
|
||||||
- 'wtfpreview'
|
|
||||||
- "files"
|
- "files"
|
||||||
- "preview"
|
- "preview"
|
||||||
|
|
||||||
|
acme_domain_unwant_list: []
|
||||||
|
|
||||||
nginx_sites:
|
nginx_sites:
|
||||||
- name: 'c3woc.de'
|
- name: 'c3woc.de'
|
||||||
webroot:
|
webroot:
|
||||||
|
@ -120,8 +119,6 @@ nginx_sites:
|
||||||
- name: 'www.c3nom.de'
|
- name: 'www.c3nom.de'
|
||||||
- name: 'c3doc.de'
|
- name: 'c3doc.de'
|
||||||
- name: 'www.c3doc.de'
|
- name: 'www.c3doc.de'
|
||||||
- name: 'wtf-kooperative.de'
|
|
||||||
- name: 'www.wtf-kooperative.de'
|
|
||||||
- name: 'files.l3d.ch'
|
- name: 'files.l3d.ch'
|
||||||
webroot:
|
webroot:
|
||||||
user: 'files'
|
user: 'files'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e3536340f49b8c3f80d511bd1a0d155b4462b7f4
|
Subproject commit 6a29a8d0282ad55ab8fd936d2d5145e615d77a95
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue