Register WikiJS
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
24fb0dbe69
commit
20bdf23495
3 changed files with 6 additions and 1 deletions
|
@ -11,6 +11,7 @@ certbot:
|
||||||
- vote.auro.re
|
- vote.auro.re
|
||||||
- re2o-server.auro.re
|
- re2o-server.auro.re
|
||||||
- re2o-test.auro.re
|
- re2o-test.auro.re
|
||||||
|
- wikijs.auro.re
|
||||||
|
|
||||||
mail: tech.aurore@lists.crans.org
|
mail: tech.aurore@lists.crans.org
|
||||||
certname: auro.re
|
certname: auro.re
|
||||||
|
@ -57,3 +58,6 @@ nginx:
|
||||||
|
|
||||||
- from: re2o-test.auro.re
|
- from: re2o-test.auro.re
|
||||||
to: 10.128.0.80
|
to: 10.128.0.80
|
||||||
|
|
||||||
|
- from: wikijs.auro.re
|
||||||
|
to: "10.128.0.66:3000"
|
||||||
|
|
1
hosts
1
hosts
|
@ -34,6 +34,7 @@ services-bdd-local.adm.auro.re
|
||||||
backup.adm.auro.re
|
backup.adm.auro.re
|
||||||
services-web.adm.auro.re
|
services-web.adm.auro.re
|
||||||
mail.adm.auro.re
|
mail.adm.auro.re
|
||||||
|
wikijs.adm.auro.re
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Deploy Docker hosts
|
# 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:
|
roles:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue