#!/usr/bin/env ansible-playbook
---
# Put a common configuration on all servers
- hosts: all
roles:
- baseconfig
- docker