From cdaf3dc77a36f45c09c6c034bf1b2b02aee42695 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 27 Nov 2021 22:30:58 +0100 Subject: [PATCH] update_motd: Fix typo in vars --- bdd.yml | 2 +- matrix.yml | 2 +- network.yml | 6 +++--- services_web.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bdd.yml b/bdd.yml index eceddaf..da4248d 100755 --- a/bdd.yml +++ b/bdd.yml @@ -3,7 +3,7 @@ # Install and configure bdd servers at Saclay and at OVH - hosts: bdd,!re2o-bdd.adm.auro.re,!services-bdd-local.adm.auro.re vars: - router: + update_motd: postgresql: PostgreSQL est déployé. roles: - postgresql_server diff --git a/matrix.yml b/matrix.yml index ac3f4ce..4cec87b 100755 --- a/matrix.yml +++ b/matrix.yml @@ -5,7 +5,7 @@ vars: mxisd_releases: https://github.com/kamax-matrix/mxisd/releases mxisd_deb: "{{ mxisd_releases }}/download/v1.3.1/mxisd_1.3.1_all.deb" - router: + update_motd: matrix-synapse: matrix-synapse est déployé. matrix-appservice-irc: matrix-appservice-irc est déployé. matrix-appservice-webhooks: matrix-appservice-webhooks est déployé. diff --git a/network.yml b/network.yml index c389c24..dee41b3 100755 --- a/network.yml +++ b/network.yml @@ -23,7 +23,7 @@ # Must NOT be on routeur-aurore-*, or will with DHCPv6! - hosts: ~routeur-(pacaterie|edc|fleming|gs|rives).*\.adm\.auro\.re vars: - router: + update_motd: unbound: Le routage (avec radvd) est déployé. roles: - router @@ -33,7 +33,7 @@ # No radvd here - hosts: ~routeur-aurore.*\.adm\.auro\.re vars: - router: + update_motd: unbound: Le routage (avec DHCPv6) est déployé. roles: - router @@ -43,7 +43,7 @@ # Radius (backup only for now) - hosts: radius-*.adm.auro.re vars: - router: + update_motd: unbound: FreeRADIUS est déployé. roles: - radius diff --git a/services_web.yml b/services_web.yml index 3beffd0..d79a735 100755 --- a/services_web.yml +++ b/services_web.yml @@ -3,7 +3,7 @@ # Deploy Docker hosts - hosts: docker-ovh.adm.auro.re,gitea.adm.auro.re,drone.adm.auro.re,stream.adm.auro.re,wikijs.adm.auro.re vars: - router: + update_motd: docker: Docker est déployé. roles: - docker