initial setup of nextcloud

TODO: database, config, apps folder
This commit is contained in:
2022-11-05 21:47:37 -04:00
parent ad9b209742
commit 62c58758f3
15 changed files with 315 additions and 3 deletions

View File

@@ -20,6 +20,12 @@ fstab:
- name: mariadb
path: "/opt/data/db"
state: mounted
- name: nextcloud
path: "/opt/data/nextcloud"
state: mounted
- name: nextcloud2
path: "/opt/data/nextcloud2"
state: mounted
helm:
repos:
@@ -60,3 +66,8 @@ apps:
namespace: default
pvc: data-dkregistry-0
state: present
nextcloud:
enabled: true
namespace: nextcloud
state: absent