FredericHeem/starhackit

View on GitHub
deploy/playbook/app.yml

Summary

Maintainability
Test Coverage
---
- hosts: all
  gather_facts: True
  become: True
  tasks:
  
  - include_tasks: tasks/api.yml
  - include_tasks: tasks/web.yml