From 4efcaf645666a4b188021c28bca6fec804852a77 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 6 Feb 2019 18:32:25 +0100 Subject: [PATCH] Use adm DNS --- codimd.yml | 2 +- hosts | 4 ++-- matrix-riot-web.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codimd.yml b/codimd.yml index 1d83c7d..14fd3be 100644 --- a/codimd.yml +++ b/codimd.yml @@ -1,6 +1,6 @@ --- # Install CodiMD on corresponding containers -- hosts: codimd +- hosts: codimd.adm.auro.re roles: - debian-backports - codimd diff --git a/hosts b/hosts index cd7d86b..9c020e8 100644 --- a/hosts +++ b/hosts @@ -4,8 +4,8 @@ horus ansible_host=10.128.0.1 [ovh-container] -matrix-riot-web ansible_host=10.128.0.53 -codimd ansible_host=10.128.0.55 +riot.adm.auro.re +codimd.adm.auro.re services-bdd.adm.auro.re phabricator.adm.auro.re horus-wiki ansible_host=10.128.0.51 diff --git a/matrix-riot-web.yml b/matrix-riot-web.yml index d27771f..a968820 100644 --- a/matrix-riot-web.yml +++ b/matrix-riot-web.yml @@ -1,6 +1,6 @@ --- # Install Riot web on corresponding containers -- hosts: matrix-riot-web +- hosts: riot.adm.auro.re roles: - matrix-riot-web