Register WikiJS

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
pull/1/head
ynerant 3 years ago
parent 24fb0dbe69
commit 20bdf23495
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85

@ -11,6 +11,7 @@ certbot:
- vote.auro.re
- re2o-server.auro.re
- re2o-test.auro.re
- wikijs.auro.re
mail: tech.aurore@lists.crans.org
certname: auro.re
@ -57,3 +58,6 @@ nginx:
- from: re2o-test.auro.re
to: 10.128.0.80
- from: wikijs.auro.re
to: "10.128.0.66:3000"

@ -34,6 +34,7 @@ services-bdd-local.adm.auro.re
backup.adm.auro.re
services-web.adm.auro.re
mail.adm.auro.re
wikijs.adm.auro.re
###############################################################################

@ -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,stream.adm.auro.re
- hosts: docker-ovh.adm.auro.re,gitea.adm.auro.re,drone.adm.auro.re,stream.adm.auro.re,wikijs.adm.auro.re
roles:
- docker

Loading…
Cancel
Save