1
0
mirror of https://github.com/fspc/workstand.git synced 2025-04-04 10:03:22 -04:00
workstand/provision/site.yml
2016-04-10 13:10:30 -06:00

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