- name: run common tasks hosts: all become: true become_user: root gather_facts: true roles: - common #- name: run host-specific tasks # hosts: all # become: true # become_user: root # roles: "{{inventory_hostname}}"