--- - hosts: "dockers" remote_user: "root" strategy: "free" vars_files: - "config.yml" tasks: - include_tasks: "tasks/update.yml" - include_tasks: "tasks/ekumen.yml" - include_tasks: "tasks/encrypt.yml" - include_tasks: "tasks/docker.yml"