ansible/services_web.yml
Yohann D'ANELLO 33b96f2176
Some checks failed
continuous-integration/drone/push Build is failing
Add ghostream
2020-11-10 01:23:34 +01:00

18 lines
340 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
roles:
- docker
# Deploy Passbolt
- hosts: passbolt.adm.auro.re
roles:
- passbolt
# Deploy reverse proxy
- hosts: proxy*.adm.auro.re
roles:
- certbot
- nginx_reverseproxy