--- - name: Base playbook hosts: localhost roles: - { role: common, become: true } - { role: docker, become: true } - { role: firefox, become: true }