--- - hosts: all gather_facts: False become: true vars: # Services are the names of the compose files in docker/files/composefiles services: - nginx-proxy - thelounge - gitea - nextcloud tasks: - import_role: name: ubuntu_base - import_role: name: docker