update_motd: Fix typo in vars

pull/71/head
Alexandre Iooss 3 years ago
parent 5bc84dbdd2
commit cdaf3dc77a

@ -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

@ -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é.

@ -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

@ -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

Loading…
Cancel
Save