--- - 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