#!/usr/bin/env ansible-playbook -i hosts

---
- hosts: dev
  gather_facts: false
  become: yes
  become_user: root

  roles:
    - mysql_on_tmpfs
