- name: general host setup hosts: all become: true roles: - pacman-update - general - name: setup gaming hosts hosts: gaming_hosts become: true roles: - native-games - name: setup libreoffice hosts hosts: libreoffice_hosts become: true roles: - native-libreoffice