17 lines
340 B
YAML
Executable file
17 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
|