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