ansible/services_web.yml
2020-11-04 23:51:10 +01:00

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