# vim: ft=yaml.ansible # code: language=ansible --- - name: Run play hosts: ${HOSTS} remote_user: ansible become: true roles: ${ROLES}