Files
workstand/provision/site.yml
T

20 lines
299 B
YAML

---
- name: Base tasks
hosts: [development, staging, production]
remote_user: root
roles:
- common
- zenoamaro.postgresql
- python
- database
- supervisor
- nginx
- app
- name: Deployment tasks
hosts: [production]
remote_user: root
roles:
- deploy-code