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