- hosts: docker become: true roles: - { role: common, tags: ["common"] } - { role: docker, tags: ["docker"] } - { role: cron, tags: ["cron"] }