all:
  hosts:
    zoe.local.mathiasp.me:
  vars:
    ansible_python_interpreter: /usr/bin/python3
    ansible_connection: local
    users:
      root:
      mathias:
    
