From bb1d92045c421ae56bb61ee65bf89ac019724f8c Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB::=20add=20peertube-original-ndfr=20bu?= =?UTF-8?q?cket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- production.yml | 5 +++++ .../nginx/templates/vhosts/original.p.nintendojo.fr.conf.j2 | 1 + .../vhosts/peertube-original-ndfr.garage.mateu.be.conf.j2 | 1 + 3 files changed, 7 insertions(+) create mode 120000 roles/nginx/templates/vhosts/original.p.nintendojo.fr.conf.j2 create mode 120000 roles/nginx/templates/vhosts/peertube-original-ndfr.garage.mateu.be.conf.j2 diff --git a/production.yml b/production.yml index b3ce78d..4b906dc 100644 --- a/production.yml +++ b/production.yml @@ -118,6 +118,8 @@ webservers: - videos.p.nintendojo.fr - peertube-playlists-ndfr.garage.mateu.be - playlists.p.nintendojo.fr + - peertube-original-ndfr.garage.mateu.be + - original.p.nintendojo.fr web1.dmz.mateu.be: web_hostname: - fav.libertus.eu @@ -224,6 +226,9 @@ muninservers: hosts: munin.dmz.mateu.be: +disabled_loadbalanced_webservers: + hosts: + disabled_munin: hosts: baybay-ponay.mateu.be: diff --git a/roles/nginx/templates/vhosts/original.p.nintendojo.fr.conf.j2 b/roles/nginx/templates/vhosts/original.p.nintendojo.fr.conf.j2 new file mode 120000 index 0000000..974077c --- /dev/null +++ b/roles/nginx/templates/vhosts/original.p.nintendojo.fr.conf.j2 @@ -0,0 +1 @@ +web.garage.mateu.be.conf.j2 \ No newline at end of file diff --git a/roles/nginx/templates/vhosts/peertube-original-ndfr.garage.mateu.be.conf.j2 b/roles/nginx/templates/vhosts/peertube-original-ndfr.garage.mateu.be.conf.j2 new file mode 120000 index 0000000..8abe5a8 --- /dev/null +++ b/roles/nginx/templates/vhosts/peertube-original-ndfr.garage.mateu.be.conf.j2 @@ -0,0 +1 @@ +garage.mateu.be.conf.j2 \ No newline at end of file