mirror of
https://github.com/fspc/workstand.git
synced 2025-04-04 10:03:22 -04:00
20 lines
299 B
YAML
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
|
|
|