From 33b96f2176060e7463eab80c6cc53feedd7c8fb4 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 10 Nov 2020 01:23:34 +0100 Subject: [PATCH] Add ghostream --- hosts | 1 + services_web.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts b/hosts index 05f2108..d054f64 100644 --- a/hosts +++ b/hosts @@ -25,6 +25,7 @@ camelot.adm.auro.re gitea.adm.auro.re drone.adm.auro.re nextcloud.adm.auro.re +stream.adm.auro.re re2o-server.adm.auro.re re2o-ldap.adm.auro.re re2o-db.adm.auro.re diff --git a/services_web.yml b/services_web.yml index 0fa16fa..1582304 100755 --- a/services_web.yml +++ b/services_web.yml @@ -1,7 +1,7 @@ #!/usr/bin/env ansible-playbook --- # Deploy Docker hosts -- hosts: docker-ovh.adm.auro.re,gitea.adm.auro.re,drone.adm.auro.re +- hosts: docker-ovh.adm.auro.re,gitea.adm.auro.re,drone.adm.auro.re,stream.adm.auro.re roles: - docker