From 3c405db661317c7b4021863faca993527d312908 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 3 Nov 2020 23:29:53 +0100 Subject: [PATCH] Add Drone --- hosts | 1 + roles/nginx-reverseproxy/templates/update-motd.d/05-service.j2 | 2 +- services_web.yml | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts b/hosts index 68e744a..a44c837 100644 --- a/hosts +++ b/hosts @@ -23,6 +23,7 @@ dns-aurore.adm.auro.re proxy-local.adm.auro.re camelot.adm.auro.re gitea.adm.auro.re +drone.adm.auro.re nextcloud.adm.auro.re re2o-server.adm.auro.re re2o-ldap.adm.auro.re diff --git a/roles/nginx-reverseproxy/templates/update-motd.d/05-service.j2 b/roles/nginx-reverseproxy/templates/update-motd.d/05-service.j2 index fd749ad..fdff0b8 100755 --- a/roles/nginx-reverseproxy/templates/update-motd.d/05-service.j2 +++ b/roles/nginx-reverseproxy/templates/update-motd.d/05-service.j2 @@ -1,3 +1,3 @@ #!/usr/bin/tail +14 -{{ ansible_managed }} +# {{ ansible_managed }} > NGINX a été déployé sur cette machine. Voir /etc/nginx/. diff --git a/services_web.yml b/services_web.yml index 2d75448..cb0a583 100755 --- a/services_web.yml +++ b/services_web.yml @@ -38,6 +38,8 @@ - {from: wiki.auro.re, to: 10.128.0.51} - {from: www.auro.re, to: 10.128.0.52} + - {from: drone.auro.re, to: "10.128.0.60:8000"} + - {from: re2o-test.auro.re, to: 10.128.0.100} - {from: riot.auro.re, to: "10.128.0.150:8080"}