feat: Add nextcloud

This commit is contained in:
Lino Silva
2023-04-22 10:59:28 +01:00
parent 2a19385f1d
commit 71b0366977
12 changed files with 219 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
---
- 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