--- - hosts: localhost become: yes roles: - role: nextcloud/provision/delete - role: nextcloud/provision/create - role: nextcloud/provision/start vars: vmid: 621 - hosts: impa become: yes roles: - role: nextcloud/enable-ssh vars: vmid: 621 - hosts: nextcloud become: yes roles: - role: nextcloud/update - role: nextcloud/install-docker - role: nextcloud/install-app