---
 - hosts: all
   vars_files:
    - "../config/config_dig_dev.yml"
    - "../config/orchard.yml"
    - "../config/supervisor.yml"
   roles:
    - orchard-app-git
    - orchard-api-git
    - orchard-frontend-accounting-git
    - orchard-frontend-accounting-init
    - orchard-frontend-accounting-revenue-git
    - orchard-frontend-accounting-revenue-init
    - orchard-ows-accounting-git
    - orchard-ows-accounting-init
    - orchard-ows-contracts-git
    - orchard-ows-contracts-init
    - orchard-ows-export-git
    - orchard-ows-export-init
    - orchard-ows-search-git
    - orchard-ows-search-init
    - orchard-ows-carveouts-git
    - orchard-ows-carveouts-init
    - orchard-apache-vhost
    - orchard-app-init
    - orchard-api-init
    - supervisor-centos
    - supervisor-configs
