--- # file: playbooks/docker.yml - hosts: '{{ target | default("docker") }}' roles: - docker tags: - docker