ansible/services_web.yml
ynerant 20bdf23495
Register WikiJS
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2020-12-24 01:46:16 +01:00

18 lines
359 B
YAML
Executable file

#!/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,wikijs.adm.auro.re
roles:
- docker
# Deploy Passbolt
- hosts: passbolt.adm.auro.re
roles:
- passbolt
# Deploy reverse proxy
- hosts: proxy*.adm.auro.re
roles:
- certbot
- nginx_reverseproxy